Interface IVpcConnector
(experimental) Represents the App Runner VPC Connector.
Inherited Members
Namespace: Amazon.CDK.AWS.AppRunner.Alpha
Assembly: Amazon.CDK.AWS.AppRunner.Alpha.dll
Syntax (csharp)
public interface IVpcConnector : IResource, 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
System.String
Remarks
Stability: Experimental
Attribute: true
VpcConnectorName
(experimental) The Name of the VPC connector.
string VpcConnectorName { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true
VpcConnectorRevision
(experimental) The revision of the VPC connector.
double VpcConnectorRevision { get; }
Property Value
System.Double
Remarks
Stability: Experimental
Attribute: true