@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.751Z") @Stability(value=Stable) public interface CfnEndpointGroupProps 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.*;
CfnEndpointGroupProps cfnEndpointGroupProps = CfnEndpointGroupProps.builder()
.endpointGroupRegion("endpointGroupRegion")
.listenerArn("listenerArn")
// the properties below are optional
.endpointConfigurations(List.of(EndpointConfigurationProperty.builder()
.endpointId("endpointId")
// the properties below are optional
.clientIpPreservationEnabled(false)
.weight(123)
.build()))
.healthCheckIntervalSeconds(123)
.healthCheckPath("healthCheckPath")
.healthCheckPort(123)
.healthCheckProtocol("healthCheckProtocol")
.portOverrides(List.of(PortOverrideProperty.builder()
.endpointPort(123)
.listenerPort(123)
.build()))
.thresholdCount(123)
.trafficDialPercentage(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpointGroupProps.Builder
A builder for
CfnEndpointGroupProps |
static class |
CfnEndpointGroupProps.Jsii$Proxy
An implementation for
CfnEndpointGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointGroupProps.Builder |
builder() |
default Object |
getEndpointConfigurations()
`AWS::GlobalAccelerator::EndpointGroup.EndpointConfigurations`.
|
String |
getEndpointGroupRegion()
`AWS::GlobalAccelerator::EndpointGroup.EndpointGroupRegion`.
|
default Number |
getHealthCheckIntervalSeconds()
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckIntervalSeconds`.
|
default String |
getHealthCheckPath()
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckPath`.
|
default Number |
getHealthCheckPort()
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckPort`.
|
default String |
getHealthCheckProtocol()
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckProtocol`.
|
String |
getListenerArn()
`AWS::GlobalAccelerator::EndpointGroup.ListenerArn`.
|
default Object |
getPortOverrides()
`AWS::GlobalAccelerator::EndpointGroup.PortOverrides`.
|
default Number |
getThresholdCount()
`AWS::GlobalAccelerator::EndpointGroup.ThresholdCount`.
|
default Number |
getTrafficDialPercentage()
`AWS::GlobalAccelerator::EndpointGroup.TrafficDialPercentage`.
|
@Stability(value=Stable) @Nullable default Object getEndpointConfigurations()
@Stability(value=Stable) @NotNull String getEndpointGroupRegion()
@Stability(value=Stable) @Nullable default Number getHealthCheckIntervalSeconds()
@Stability(value=Stable) @Nullable default String getHealthCheckPath()
@Stability(value=Stable) @Nullable default Number getHealthCheckPort()
@Stability(value=Stable) @Nullable default String getHealthCheckProtocol()
@Stability(value=Stable) @NotNull String getListenerArn()
@Stability(value=Stable) @Nullable default Object getPortOverrides()
@Stability(value=Stable) @Nullable default Number getThresholdCount()
@Stability(value=Stable) @Nullable default Number getTrafficDialPercentage()
@Stability(value=Stable) static CfnEndpointGroupProps.Builder builder()
CfnEndpointGroupProps.Builder of CfnEndpointGroupPropsCopyright © 2021. All rights reserved.