All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IEndpoint.Jsii$Default
All Known Implementing Classes:
ApplicationLoadBalancerEndpoint, CfnEipEndpoint, IEndpoint.Jsii$Proxy, InstanceEndpoint, NetworkLoadBalancerEndpoint, RawEndpoint

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:07.776Z") @Stability(Stable) public interface IEndpoint extends software.amazon.jsii.JsiiSerializable
An endpoint for the endpoint group.

Implementations of IEndpoint can be found in the aws-globalaccelerator-endpoints package.

  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    default String
    The region where the endpoint is located.
    Render the endpoint to an endpoint configuration.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getRegion

      @Stability(Stable) @Nullable default String getRegion()
      The region where the endpoint is located.

      If the region cannot be determined, undefined is returned

    • renderEndpointConfiguration

      @Stability(Stable) @NotNull Object renderEndpointConfiguration()
      Render the endpoint to an endpoint configuration.