ApiReference
- class aws_cdk.aws_apigatewayv2.ApiReference(*, api_id)
Bases:
object
A 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 import aws_apigatewayv2 as apigatewayv2 api_reference = apigatewayv2.ApiReference( api_id="apiId" )
Attributes
- api_id
The ApiId of the Api resource.