aws-cdk-lib.aws_apprunner.CfnVpcIngressConnection.IngressVpcConfigurationProperty

interface IngressVpcConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.AppRunner.CfnVpcIngressConnection.IngressVpcConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsapprunner#CfnVpcIngressConnection_IngressVpcConfigurationProperty
Javasoftware.amazon.awscdk.services.apprunner.CfnVpcIngressConnection.IngressVpcConfigurationProperty
Pythonaws_cdk.aws_apprunner.CfnVpcIngressConnection.IngressVpcConfigurationProperty
TypeScript aws-cdk-lib » aws_apprunner » CfnVpcIngressConnection » IngressVpcConfigurationProperty

Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection 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 ingressVpcConfigurationProperty: apprunner.CfnVpcIngressConnection.IngressVpcConfigurationProperty = {
  vpcEndpointId: 'vpcEndpointId',
  vpcId: 'vpcId',
};

Properties

NameTypeDescription
vpcEndpointIdstringThe ID of the VPC endpoint that your App Runner service connects to.
vpcIdstringThe ID of the VPC that is used for the VPC endpoint.

vpcEndpointId

Type: string

The ID of the VPC endpoint that your App Runner service connects to.


vpcId

Type: string

The ID of the VPC that is used for the VPC endpoint.