VpcLinkReference

class aws_cdk.aws_apigateway.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_apigateway as apigateway

vpc_link_reference = apigateway.VpcLinkReference(
    vpc_link_id="vpcLinkId"
)

Attributes

The VpcLinkId of the VpcLink resource.