You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_domain_name_certificate_arn"></a> [domain\_name\_certificate\_arn](#input\_domain\_name\_certificate\_arn)| The ARN of an AWS-managed certificate that will be used by the endpoint for the domain name |`string`|`null`| no |
163
163
| <aname="input_domain_name_ownership_verification_certificate_arn"></a> [domain\_name\_ownership\_verification\_certificate\_arn](#input\_domain\_name\_ownership\_verification\_certificate\_arn)| ARN of the AWS-issued certificate used to validate custom domain ownership (when certificate\_arn is issued via an ACM Private CA or mutual\_tls\_authentication is configured with an ACM-imported certificate.) |`string`|`null`| no |
164
164
| <aname="input_domain_name_tags"></a> [domain\_name\_tags](#input\_domain\_name\_tags)| A mapping of tags to assign to API domain name resource. |`map(string)`|`{}`| no |
165
+
| <aname="input_fail_on_warnings"></a> [fail\_on\_warnings](#input\_fail\_on\_warnings)| Whether warnings should return an error while API Gateway is creating or updating the resource using an OpenAPI specification. Defaults to false. Applicable for HTTP APIs. |`bool`|`false`| no |
165
166
| <aname="input_integrations"></a> [integrations](#input\_integrations)| Map of API gateway routes with integrations |`map(any)`|`{}`| no |
166
167
| <aname="input_mutual_tls_authentication"></a> [mutual\_tls\_authentication](#input\_mutual\_tls\_authentication)| An Amazon S3 URL that specifies the truststore for mutual TLS authentication as well as version, keyed at uri and version |`map(string)`|`{}`| no |
167
168
| <aname="input_name"></a> [name](#input\_name)| The name of the API |`string`|`""`| no |
description="Whether warnings should return an error while API Gateway is creating or updating the resource using an OpenAPI specification. Defaults to false. Applicable for HTTP APIs."
82
+
type=bool
83
+
default=false
84
+
}
85
+
80
86
variable"protocol_type" {
81
87
description="The API protocol. Valid values: HTTP, WEBSOCKET"
0 commit comments