Interface IEndpoint
- 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.104.0 (build e79254c)",
date="2024-12-06T14:43:19.716Z")
@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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEndpoint
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault 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
The region where the endpoint is located.If the region cannot be determined,
undefined
is returned -
renderEndpointConfiguration
Render the endpoint to an endpoint configuration.
-