interface VpcConnectorReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppRunner.VpcConnectorReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapprunner#VpcConnectorReference |
![]() | software.amazon.awscdk.services.apprunner.VpcConnectorReference |
![]() | aws_cdk.aws_apprunner.VpcConnectorReference |
![]() | aws-cdk-lib » aws_apprunner » VpcConnectorReference |
A reference to a VpcConnector resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apprunner as apprunner } from 'aws-cdk-lib';
const vpcConnectorReference: apprunner.VpcConnectorReference = {
vpcConnectorArn: 'vpcConnectorArn',
};
Properties
Name | Type | Description |
---|---|---|
vpc | string | The VpcConnectorArn of the VpcConnector resource. |
vpcConnectorArn
Type:
string
The VpcConnectorArn of the VpcConnector resource.