Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnTargetGroup.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnTargetGroup.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionstatic CfnTargetGroup.Builder
CfnTargetGroup.Builder.healthCheckEnabled
(Boolean healthCheckEnabled) Indicates whether health checks are enabled.CfnTargetGroup.Builder.healthCheckEnabled
(IResolvable healthCheckEnabled) Indicates whether health checks are enabled.CfnTargetGroup.Builder.healthCheckIntervalSeconds
(Number healthCheckIntervalSeconds) The approximate amount of time, in seconds, between health checks of an individual target.CfnTargetGroup.Builder.healthCheckPath
(String healthCheckPath) [HTTP/HTTPS health checks] The destination for health checks on the targets.CfnTargetGroup.Builder.healthCheckPort
(String healthCheckPort) The port the load balancer uses when performing health checks on targets.CfnTargetGroup.Builder.healthCheckProtocol
(String healthCheckProtocol) The protocol the load balancer uses when performing health checks on targets.CfnTargetGroup.Builder.healthCheckTimeoutSeconds
(Number healthCheckTimeoutSeconds) The amount of time, in seconds, during which no response from a target means a failed health check.CfnTargetGroup.Builder.healthyThresholdCount
(Number healthyThresholdCount) The number of consecutive health check successes required before considering a target healthy.CfnTargetGroup.Builder.ipAddressType
(String ipAddressType) The type of IP address used for this target group.CfnTargetGroup.Builder.matcher
(IResolvable matcher) [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.CfnTargetGroup.Builder.matcher
(CfnTargetGroup.MatcherProperty matcher) [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.The name of the target group.The port on which the targets receive traffic.The protocol to use for routing traffic to the targets.CfnTargetGroup.Builder.protocolVersion
(String protocolVersion) [HTTP/HTTPS protocol] The protocol version.The tags.CfnTargetGroup.Builder.targetGroupAttributes
(List<? extends Object> targetGroupAttributes) The target group attributes.CfnTargetGroup.Builder.targetGroupAttributes
(IResolvable targetGroupAttributes) The target group attributes.The targets.CfnTargetGroup.Builder.targets
(IResolvable targets) The targets.CfnTargetGroup.Builder.targetType
(String targetType) The type of target that you must specify when registering targets with this target group.CfnTargetGroup.Builder.unhealthyThresholdCount
(Number unhealthyThresholdCount) The number of consecutive health check failures required before considering a target unhealthy.The identifier of the virtual private cloud (VPC).