@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.299Z") @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 © 2021. All rights reserved.