Interface IVpcLink
(experimental) Represents an API Gateway VpcLink.
Inherited Members
Namespace: Amazon.CDK.AWS.APIGatewayv2
Assembly: Amazon.CDK.AWS.APIGatewayv2.dll
Syntax (csharp)
public interface IVpcLink : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IVpcLink
Inherits IResource, IConstruct, IConstruct, IDependable
Remarks
Stability: Experimental
Synopsis
Properties
Vpc | (experimental) The VPC to which this VPC Link is associated with. |
VpcLinkId | (experimental) Physical ID of the VpcLink resource. |
Properties
Vpc
(experimental) The VPC to which this VPC Link is associated with.
IVpc Vpc { get; }
Property Value
Remarks
Stability: Experimental
VpcLinkId
(experimental) Physical ID of the VpcLink resource.
string VpcLinkId { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true