@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.297Z") @Stability(value=Stable) public interface CfnEndpointGroupProps extends software.amazon.jsii.JsiiSerializable
| 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) @NotNull String getEndpointGroupRegion()
@Stability(value=Stable) @NotNull String getListenerArn()
@Stability(value=Stable) @Nullable default Object getEndpointConfigurations()
@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) @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.