@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:09.427Z") @Stability(value=Experimental) public interface CfnEipEndpointProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.globalaccelerator.endpoints.*;
CfnEipEndpointProps cfnEipEndpointProps = CfnEipEndpointProps.builder()
.weight(123)
.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()
(experimental) Endpoint weight across all endpoints in the group.
|
@Stability(value=Experimental) @Nullable default Number getWeight()
Must be a value between 0 and 255.
Default: 128
@Stability(value=Experimental) static CfnEipEndpointProps.Builder builder()
CfnEipEndpointProps.Builder of CfnEipEndpointPropsCopyright © 2022. All rights reserved.