Show / Hide Table of Contents

Interface IVpcEndpoint

A VPC endpoint.

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

Synopsis

Properties

VpcEndpointId

The VPC endpoint identifier.

Properties

VpcEndpointId

The VPC endpoint identifier.

string VpcEndpointId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX