Show / Hide Table of Contents

Interface IVpcLink

(experimental) Represents an API Gateway VpcLink.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
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

IVpc

Remarks

Stability: Experimental

VpcLinkId

(experimental) Physical ID of the VpcLink resource.

string VpcLinkId { get; }
Property Value

System.String

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX