VpcLinkReference

class aws_cdk.interfaces.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.interfaces import aws_apigateway as interfaces_aws_apigateway

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

Attributes

The VpcLinkId of the VpcLink resource.