Show / Hide Table of Contents

Interface IVpcLink

Represents an API Gateway VpcLink.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVpcLink : IResource
Syntax (vb)
Public Interface IVpcLink
    Inherits IResource, IConstruct, IDependable

Synopsis

Properties

VpcLinkId

Physical ID of the VpcLink resource.

Properties

VpcLinkId

Physical ID of the VpcLink resource.

string VpcLinkId { get; }
Property Value

System.String

Remarks

Attribute: true

Back to top Generated by DocFX