Uses of Class
software.amazon.awscdk.services.globalaccelerator.CfnEndpointGroup.Builder
Packages that use CfnEndpointGroup.Builder
Package
Description
AWS::GlobalAccelerator Construct Library
-
Uses of CfnEndpointGroup.Builder in software.amazon.awscdk.services.globalaccelerator
Methods in software.amazon.awscdk.services.globalaccelerator that return CfnEndpointGroup.BuilderModifier and TypeMethodDescriptionstatic CfnEndpointGroup.BuilderCfnEndpointGroup.Builder.endpointConfigurations(List<? extends Object> endpointConfigurations) The list of endpoint objects.CfnEndpointGroup.Builder.endpointConfigurations(IResolvable endpointConfigurations) The list of endpoint objects.CfnEndpointGroup.Builder.endpointGroupRegion(String endpointGroupRegion) The AWS Regions where the endpoint group is located.CfnEndpointGroup.Builder.healthCheckIntervalSeconds(Number healthCheckIntervalSeconds) The time—10 seconds or 30 seconds—between health checks for each endpoint.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.healthCheckPort(Number healthCheckPort) The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.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.listenerArn(String listenerArn) The Amazon Resource Name (ARN) of the listener.CfnEndpointGroup.Builder.listenerArn(IListenerRef listenerArn) The Amazon Resource Name (ARN) of the listener.CfnEndpointGroup.Builder.portOverrides(List<? extends Object> portOverrides) Allows you to override the destination ports used to route traffic to an endpoint.CfnEndpointGroup.Builder.portOverrides(IResolvable portOverrides) Allows you to override the destination ports used to route traffic to an endpoint.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.trafficDialPercentage(Number trafficDialPercentage) The percentage of traffic to send to an AWS Regions .