Interface IVpcIngressConnection
(experimental) Represents the App Runner VPC Ingress Connection.
Namespace: Amazon.CDK.AWS.AppRunner.Alpha
Assembly: Amazon.CDK.AWS.AppRunner.Alpha.dll
Syntax (csharp)
public interface IVpcIngressConnection : IResource
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
System.String
Remarks
Stability: Experimental
Attribute: true
VpcIngressConnectionName
(experimental) The name of the VPC Ingress Connection.
string VpcIngressConnectionName { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true