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