Gateway Response Args
data class GatewayResponseArgs(val responseParameters: Output<Map<String, String>>? = null, val responseTemplates: Output<Map<String, String>>? = null, val responseType: Output<String>? = null, val restApiId: Output<String>? = null, val statusCode: Output<String>? = null) : ConvertibleToJava<GatewayResponseArgs>
The `AWS::ApiGateway::GatewayResponse`
resource creates a gateway response for your API. For more information, see API Gateway Responses in the API Gateway Developer Guide.
Constructors
Properties
Link copied to clipboard
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
Link copied to clipboard
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
Link copied to clipboard
The response type of the associated GatewayResponse.
Link copied to clipboard
The HTTP status code for this GatewayResponse.