@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:49.417Z") @Stability(value=Experimental) public interface IEndpoint extends software.amazon.jsii.JsiiSerializable
Implementations of IEndpoint can be found in the aws-globalaccelerator-endpoints package.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEndpoint.Jsii$Default
Internal default implementation for
IEndpoint. |
static class |
IEndpoint.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default String |
getRegion()
(experimental) The region where the endpoint is located.
|
Object |
renderEndpointConfiguration()
(experimental) Render the endpoint to an endpoint configuration.
|
@Stability(value=Experimental) @Nullable default String getRegion()
If the region cannot be determined, undefined is returned
@Stability(value=Experimental) @NotNull Object renderEndpointConfiguration()
Copyright © 2022. All rights reserved.