VpcConnectorReference
- class aws_cdk.interfaces.aws_apprunner.VpcConnectorReference(*, vpc_connector_arn)
Bases:
objectA 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.interfaces import aws_apprunner as interfaces_aws_apprunner vpc_connector_reference = interfaces_aws_apprunner.VpcConnectorReference( vpc_connector_arn="vpcConnectorArn" )
Attributes
- vpc_connector_arn
The VpcConnectorArn of the VpcConnector resource.