@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.521Z") @Stability(value=Stable) public interface CfnEipEndpointProps extends software.amazon.jsii.JsiiSerializable
Example:
Listener listener;
CfnEIP eip;
listener.addEndpointGroup("Group", EndpointGroupOptions.builder()
.endpoints(List.of(
CfnEipEndpoint.Builder.create(eip)
.weight(128)
.build()))
.build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEipEndpointProps.Builder
A builder for
CfnEipEndpointProps |
static class |
CfnEipEndpointProps.Jsii$Proxy
An implementation for
CfnEipEndpointProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEipEndpointProps.Builder |
builder() |
default Number |
getWeight()
Endpoint weight across all endpoints in the group.
|
@Stability(value=Stable) @Nullable default Number getWeight()
Must be a value between 0 and 255.
Default: 128
@Stability(value=Stable) static CfnEipEndpointProps.Builder builder()
CfnEipEndpointProps.Builder of CfnEipEndpointPropsCopyright © 2022. All rights reserved.