Target Group Args
Resource Type definition for AWS::ElasticLoadBalancingV2::TargetGroup
Constructors
Properties
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
The approximate amount of time, in seconds, between health checks of an individual target.
HTTP/HTTPS health checks The destination for health checks on the targets. HTTP1 or HTTP2 protocol version The ping path. The default is /. GRPC protocol version The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
The port the load balancer uses when performing health checks on targets.
The protocol the load balancer uses when performing health checks on targets.
The amount of time, in seconds, during which no response from a target means a failed health check.
The number of consecutive health checks successes required before considering an unhealthy target healthy.
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
HTTP/HTTPS health checks The HTTP or gRPC codes to use when checking for a successful response from a target.
HTTP/HTTPS protocol The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
The attributes.
The targets.
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
The number of consecutive health check failures required before considering a target unhealthy.