TargetGroup

Information about a target group.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether health checks are enabled.

Link copied to clipboard

The approximate amount of time, in seconds, between health checks of an individual target.

Link copied to clipboard

The destination for health checks on the targets.

Link copied to clipboard

The port to use to connect with the target.

Link copied to clipboard

The protocol to use to connect with the target. The GENEVE, TLS, UDP, and TCP_UDP protocols are not supported for health checks.

Link copied to clipboard

The amount of time, in seconds, during which no response means a failed health check.

Link copied to clipboard

The number of consecutive health checks successes required before considering an unhealthy target healthy.

Link copied to clipboard

The IP address type. The default value is ipv4.

Link copied to clipboard

The Amazon Resource Name (ARN) of the load balancer that routes traffic to this target group. You can use each target group with only one load balancer.

Link copied to clipboard

The HTTP or gRPC codes to use when checking for a successful response from a target.

Link copied to clipboard
val port: Int?

The port on which the targets are listening. This parameter is not used if the target is a Lambda function.

Link copied to clipboard

The protocol to use for routing traffic to the targets.

Link copied to clipboard

[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.

Link copied to clipboard

The Amazon Resource Name (ARN) of the target group.

Link copied to clipboard

The name of the target group.

Link copied to clipboard

The type of target that you must specify when registering targets with this target group. The possible values are instance (register targets by instance ID), ip (register targets by IP address), lambda (register a single Lambda function as a target), or alb (register a single Application Load Balancer as a target).

Link copied to clipboard

The number of consecutive health check failures required before considering the target unhealthy.

Link copied to clipboard

The ID of the VPC for the targets.

Functions

Link copied to clipboard
inline fun copy(block: TargetGroup.Builder.() -> Unit = {}): TargetGroup
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String