Show / Hide Table of Contents

Interface IVpcConnector

(experimental) Represents the App Runner VPC Connector.

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

Stability: Experimental

Synopsis

Properties

VpcConnectorArn

(experimental) The ARN of the VPC connector.

VpcConnectorName

(experimental) The Name of the VPC connector.

VpcConnectorRevision

(experimental) The revision of the VPC connector.

Properties

VpcConnectorArn

(experimental) The ARN of the VPC connector.

string VpcConnectorArn { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

VpcConnectorName

(experimental) The Name of the VPC connector.

string VpcConnectorName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

VpcConnectorRevision

(experimental) The revision of the VPC connector.

double VpcConnectorRevision { get; }
Property Value

double

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX