interface VpcIngressConnectionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppRunner.VpcIngressConnectionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapprunner#VpcIngressConnectionReference |
![]() | software.amazon.awscdk.services.apprunner.VpcIngressConnectionReference |
![]() | aws_cdk.aws_apprunner.VpcIngressConnectionReference |
![]() | aws-cdk-lib » aws_apprunner » VpcIngressConnectionReference |
A reference to a VpcIngressConnection 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 vpcIngressConnectionReference: apprunner.VpcIngressConnectionReference = {
vpcIngressConnectionArn: 'vpcIngressConnectionArn',
};
Properties
Name | Type | Description |
---|---|---|
vpc | string | The VpcIngressConnectionArn of the VpcIngressConnection resource. |
vpcIngressConnectionArn
Type:
string
The VpcIngressConnectionArn of the VpcIngressConnection resource.