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.84.0 (build 5404dcf)",
date="2023-06-19T16:30:45.513Z")
@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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEndpoint.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe 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,
undefinedis returned -
renderEndpointConfiguration
Render the endpoint to an endpoint configuration.
-