Show / Hide Table of Contents

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
Implements
CfnVpcIngressConnection.IIngressVpcConfigurationProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-vpcingressconnection-ingressvpcconfiguration.html

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-vpcingressconnection-ingressvpcconfiguration.html#cfn-apprunner-vpcingressconnection-ingressvpcconfiguration-vpcendpointid

VpcId

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

public string VpcId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-vpcingressconnection-ingressvpcconfiguration.html#cfn-apprunner-vpcingressconnection-ingressvpcconfiguration-vpcid

Implements

CfnVpcIngressConnection.IIngressVpcConfigurationProperty
Back to top Generated by DocFX