Show / Hide Table of Contents

Interface IVpcLink

Represents an API Gateway VpcLink.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IVpcLinkRef.VpcLinkRef
IEnvironmentAware.Env
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

The VPC to which this VPC Link is associated with.

IVpc Vpc { get; }
Property Value

IVpc

VpcLinkId

Physical ID of the VpcLink resource.

string VpcLinkId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX