ApiReference
- class aws_cdk.interfaces.aws_apigatewayv2.ApiReference(*, api_id)
Bases:
objectA reference to a Api resource.
- Parameters:
api_id (
str) – The ApiId of the Api 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.interfaces import aws_apigatewayv2 as interfaces_aws_apigatewayv2 api_reference = interfaces_aws_apigatewayv2.ApiReference( api_id="apiId" )
Attributes
- api_id
The ApiId of the Api resource.