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