Uses of Class
software.amazon.awscdk.services.globalaccelerator.EndpointGroup.Builder
Package
Description
AWS::GlobalAccelerator Construct Library
-
Uses of EndpointGroup.Builder in software.amazon.awscdk.services.globalaccelerator
Modifier and TypeMethodDescriptionstatic EndpointGroup.Builder
EndpointGroup.Builder.endpointGroupName
(String endpointGroupName) Name of the endpoint group.Initial list of endpoints for this group.EndpointGroup.Builder.healthCheckInterval
(Duration healthCheckInterval) The time between health checks for each endpoint.EndpointGroup.Builder.healthCheckPath
(String healthCheckPath) The ping path for health checks (if the protocol is HTTP(S)).EndpointGroup.Builder.healthCheckPort
(Number healthCheckPort) The port used to perform health checks.EndpointGroup.Builder.healthCheckProtocol
(HealthCheckProtocol healthCheckProtocol) The protocol used to perform health checks.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.The Amazon Resource Name (ARN) of the listener.EndpointGroup.Builder.portOverrides
(List<? extends PortOverride> portOverrides) Override the destination ports used to route traffic to an endpoint.The AWS Region where the endpoint group is located.EndpointGroup.Builder.trafficDialPercentage
(Number trafficDialPercentage) The percentage of traffic to send to this AWS Region.