Show / Hide Table of Contents

Interface IVpcIngressConnection

(experimental) Represents the App Runner VPC Ingress Connection.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.AppRunner.Alpha
Assembly: Amazon.CDK.AWS.AppRunner.Alpha.dll
Syntax (csharp)
public interface IVpcIngressConnection : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IVpcIngressConnection Inherits IResource, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Properties

VpcIngressConnectionArn

(experimental) The Amazon Resource Name (ARN) of the VPC Ingress Connection.

VpcIngressConnectionName

(experimental) The name of the VPC Ingress Connection.

Properties

VpcIngressConnectionArn

(experimental) The Amazon Resource Name (ARN) of the VPC Ingress Connection.

string VpcIngressConnectionArn { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

VpcIngressConnectionName

(experimental) The name of the VPC Ingress Connection.

string VpcIngressConnectionName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX