@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.516Z") @Stability(value=Stable) 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()
The region where the endpoint is located.
|
Object |
renderEndpointConfiguration()
Render the endpoint to an endpoint configuration.
|
@Stability(value=Stable) @Nullable default String getRegion()
If the region cannot be determined, undefined is returned
@Stability(value=Stable) @NotNull Object renderEndpointConfiguration()
Copyright © 2022. All rights reserved.