Interface IVpcEndpoint

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IGatewayVpcEndpoint, IGatewayVpcEndpoint.Jsii$Default, IInterfaceVpcEndpoint, IInterfaceVpcEndpoint.Jsii$Default, IVpcEndpoint.Jsii$Default
All Known Implementing Classes:
GatewayVpcEndpoint, IGatewayVpcEndpoint.Jsii$Proxy, IInterfaceVpcEndpoint.Jsii$Proxy, InterfaceVpcEndpoint, IVpcEndpoint.Jsii$Proxy, VpcEndpoint

@Generated(value="jsii-pacmak/1.95.0 (build f1ff514)", date="2024-03-26T18:09:22.779Z") @Stability(Stable) public interface IVpcEndpoint extends software.amazon.jsii.JsiiSerializable, IResource
A VPC endpoint.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IVpcEndpoint.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The VPC endpoint identifier.

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.IResource

    applyRemovalPolicy, getEnv, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getVpcEndpointId

      @Stability(Stable) @NotNull String getVpcEndpointId()
      The VPC endpoint identifier.