VpcConnectorReference

class aws_cdk.aws_apprunner.VpcConnectorReference(*, vpc_connector_arn)

Bases: object

A reference to a VpcConnector resource.

Parameters:

vpc_connector_arn (str) – The VpcConnectorArn of the VpcConnector 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_apprunner as apprunner

vpc_connector_reference = apprunner.VpcConnectorReference(
    vpc_connector_arn="vpcConnectorArn"
)

Attributes

vpc_connector_arn

The VpcConnectorArn of the VpcConnector resource.