GatewayResponse

class GatewayResponse : KotlinCustomResource

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.

Properties

Link copied to clipboard
val awsId: Output<String>

The ID for the gateway response. For example: abc123 .

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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
val responseType: Output<String>

The response type of the associated GatewayResponse.

Link copied to clipboard
val restApiId: Output<String>

The string identifier of the associated RestApi.

Link copied to clipboard
val statusCode: Output<String>?

The HTTP status code for this GatewayResponse.

Link copied to clipboard
val urn: Output<String>