Show / Hide Table of Contents

Interface IVpcEndpoint

A VPC endpoint.

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

Synopsis

Properties

VpcEndpointId

The VPC endpoint identifier.

Properties

VpcEndpointId

The VPC endpoint identifier.

string VpcEndpointId { get; }
Property Value

System.String

Remarks

Attribute: true

Back to top Generated by DocFX