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
*`region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
40
-
*`rest_api_id` - (Required) String identifier of the associated REST API.
41
-
*`response_type` - (Required) Response type of the associated GatewayResponse. See the [AWS Documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/supported-gateway-response-types.html) for supported values.
42
-
*`status_code` - (Optional) HTTP status code of the Gateway Response.
43
-
*`response_templates` - (Optional) Map of templates used to transform the response body.
44
-
*`response_parameters` - (Optional) Map of parameters (paths, query strings and headers) of the Gateway Response.
39
+
-`region` - (Optional) Region where this resource will be manage. See the [AWS Documentation](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints) for supported values. Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
40
+
-`rest_api_id` - (Required) String identifier of the associated REST API.
41
+
-`response_type` - (Required) Response type of the associated GatewayResponse. See the [AWS Documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/supported-gateway-response-types.html) for supported values.
42
+
-`status_code` - (Optional) HTTP status code of the Gateway Response.
43
+
-`response_templates` - (Optional) Map of templates used to transform the response body.
44
+
-`response_parameters` - (Optional) Map of parameters (paths, query strings and headers) of the Gateway Response.
0 commit comments