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
Copy file name to clipboardExpand all lines: website/docs/r/api_gateway_gateway_response.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ This resource supports the following arguments:
38
38
39
39
*`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
40
*`rest_api_id` - (Required) String identifier of the associated REST API.
41
-
*`response_type` - (Required) [Response type](https://docs.aws.amazon.com/apigateway/latest/developerguide/supported-gateway-response-types.html)of the associated GatewayResponse.
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
42
*`status_code` - (Optional) HTTP status code of the Gateway Response.
43
43
*`response_templates` - (Optional) Map of templates used to transform the response body.
44
44
*`response_parameters` - (Optional) Map of parameters (paths, query strings and headers) of the Gateway Response.
0 commit comments