GatewayResponseReference
- class aws_cdk.aws_apigateway.GatewayResponseReference(*, gateway_response_id)
Bases:
object
A reference to a GatewayResponse resource.
- Parameters:
gateway_response_id (
str
) – The Id of the GatewayResponse resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_apigateway as apigateway gateway_response_reference = apigateway.GatewayResponseReference( gateway_response_id="gatewayResponseId" )
Attributes
- gateway_response_id
The Id of the GatewayResponse resource.