Interface IEndpoint.Jsii$Default

All Superinterfaces:
IEndpoint, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IEndpoint.Jsii$Proxy
Enclosing interface:
IEndpoint

@Internal public static interface IEndpoint.Jsii$Default extends IEndpoint
Internal default implementation for IEndpoint.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.globalaccelerator.IEndpoint

    IEndpoint.Jsii$Default, IEndpoint.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    The region where the endpoint is located.
    default Object
    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

      Specified by:
      getRegion in interface IEndpoint
    • renderEndpointConfiguration

      @Stability(Stable) @NotNull default Object renderEndpointConfiguration()
      Render the endpoint to an endpoint configuration.
      Specified by:
      renderEndpointConfiguration in interface IEndpoint