interface IngressVpcConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppRunner.CfnVpcIngressConnection.IngressVpcConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapprunner#CfnVpcIngressConnection_IngressVpcConfigurationProperty |
Java | software.amazon.awscdk.services.apprunner.CfnVpcIngressConnection.IngressVpcConfigurationProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
vpc | string | The ID of the VPC endpoint that your App Runner service connects to. |
vpc | string | The 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.