| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static EndpointGroup.Builder |
EndpointGroup.Builder.create(software.constructs.Construct scope,
String id) |
EndpointGroup.Builder |
EndpointGroup.Builder.endpointGroupName(String endpointGroupName)
Name of the endpoint group.
|
EndpointGroup.Builder |
EndpointGroup.Builder.endpoints(List<? extends IEndpoint> endpoints)
Initial list of endpoints for this group.
|
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckInterval(Duration healthCheckInterval)
The time between health checks for each endpoint.
|
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckPath(String healthCheckPath)
The ping path for health checks (if the protocol is HTTP(S)).
|
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckPort(Number healthCheckPort)
The port used to perform health checks.
|
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckProtocol(HealthCheckProtocol healthCheckProtocol)
The protocol used to perform health checks.
|
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckThreshold(Number healthCheckThreshold)
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.
|
EndpointGroup.Builder |
EndpointGroup.Builder.listener(IListener listener)
The Amazon Resource Name (ARN) of the listener.
|
EndpointGroup.Builder |
EndpointGroup.Builder.portOverrides(List<? extends PortOverride> portOverrides)
Override the destination ports used to route traffic to an endpoint.
|
EndpointGroup.Builder |
EndpointGroup.Builder.region(String region)
The AWS Region where the endpoint group is located.
|
EndpointGroup.Builder |
EndpointGroup.Builder.trafficDialPercentage(Number trafficDialPercentage)
The percentage of traffic to send to this AWS Region.
|
Copyright © 2022. All rights reserved.