Interface IVpcEndpoint

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, IVPCEndpointRef, 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.113.0 (build fc68b25)", date="2025-09-15T14:51:56.385Z") @Stability(Stable) public interface IVpcEndpoint extends software.amazon.jsii.JsiiSerializable, IResource, IVPCEndpointRef
A VPC endpoint.
  • Method Details

    • getVpcEndpointId

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

      @Stability(Stable) @NotNull software.constructs.Node getNode()
      The tree node.
      Specified by:
      getNode in interface software.constructs.IConstruct