Class CfnVpcIngressConnection.IngressVpcConfigurationProperty
Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource.
Inheritance
System.Object
CfnVpcIngressConnection.IngressVpcConfigurationProperty
Namespace: Amazon.CDK.AWS.AppRunner
Assembly: Amazon.CDK.AWS.AppRunner.dll
Syntax (csharp)
public class IngressVpcConfigurationProperty : Object, CfnVpcIngressConnection.IIngressVpcConfigurationProperty
Syntax (vb)
Public Class IngressVpcConfigurationProperty
Inherits Object
Implements CfnVpcIngressConnection.IIngressVpcConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppRunner;
var ingressVpcConfigurationProperty = new IngressVpcConfigurationProperty {
VpcEndpointId = "vpcEndpointId",
VpcId = "vpcId"
};
Synopsis
Constructors
IngressVpcConfigurationProperty() |
Properties
VpcEndpointId | The ID of the VPC endpoint that your App Runner service connects to. |
VpcId | The ID of the VPC that is used for the VPC endpoint. |
Constructors
IngressVpcConfigurationProperty()
public IngressVpcConfigurationProperty()
Properties
VpcEndpointId
The ID of the VPC endpoint that your App Runner service connects to.
public string VpcEndpointId { get; set; }
Property Value
System.String
Remarks
VpcId
The ID of the VPC that is used for the VPC endpoint.
public string VpcId { get; set; }
Property Value
System.String