@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:10.145Z") public class CfnEipEndpoint extends software.amazon.jsii.JsiiObject implements IEndpoint
Example:
Listener listener; CfnEIP eip; listener.addEndpointGroup("Group", EndpointGroupOptions.builder() .endpoints(List.of( CfnEipEndpoint.Builder.create(eip) .weight(128) .build())) .build());
Modifier and Type | Class and Description |
---|---|
static class |
CfnEipEndpoint.Builder
A fluent builder for
CfnEipEndpoint . |
IEndpoint.Jsii$Default, IEndpoint.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
|
CfnEipEndpoint(CfnEIP eip,
CfnEipEndpointProps options) |
protected |
CfnEipEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnEipEndpoint(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRegion()
The region where the endpoint is located.
|
java.lang.Object |
renderEndpointConfiguration()
Render the endpoint to an endpoint configuration.
|
protected CfnEipEndpoint(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnEipEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CfnEipEndpoint(CfnEIP eip, CfnEipEndpointProps options)
eip
- This parameter is required.options
- public java.lang.Object renderEndpointConfiguration()
renderEndpointConfiguration
in interface IEndpoint