VpcLinkReference
- class aws_cdk.aws_apigatewayv2.VpcLinkReference(*, vpc_link_id)
Bases:
object
A reference to a VpcLink resource.
- Parameters:
vpc_link_id (
str
) – The VpcLinkId of the VpcLink 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 vpc_link_reference = apigatewayv2.VpcLinkReference( vpc_link_id="vpcLinkId" )
Attributes
- vpc_link_id
The VpcLinkId of the VpcLink resource.