| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.endpointConfigurations(IResolvable endpointConfigurations)
The list of endpoint objects.
|
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.endpointConfigurations(List<? extends Object> endpointConfigurations)
The list of endpoint objects.
|
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.endpointGroupRegion(String endpointGroupRegion)
The AWS Regions where the endpoint group is located.
|
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.healthCheckIntervalSeconds(Number healthCheckIntervalSeconds)
The time—10 seconds or 30 seconds—between health checks for each endpoint.
|
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.healthCheckPath(String healthCheckPath)
If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks.
|
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.healthCheckPort(Number healthCheckPort)
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
|
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.healthCheckProtocol(String healthCheckProtocol)
The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
|
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.portOverrides(IResolvable portOverrides)
Allows you to override the destination ports used to route traffic to an endpoint.
|
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.portOverrides(List<? extends Object> portOverrides)
Allows you to override the destination ports used to route traffic to an endpoint.
|
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.thresholdCount(Number thresholdCount)
The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy.
|
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.trafficDialPercentage(Number trafficDialPercentage)
The percentage of traffic to send to an AWS Regions .
|
Copyright © 2022. All rights reserved.