GetTargetGroupResult

data class GetTargetGroupResult(val healthCheckEnabled: Boolean? = null, val healthCheckIntervalSeconds: Int? = null, val healthCheckPath: String? = null, val healthCheckPort: String? = null, val healthCheckProtocol: String? = null, val healthCheckTimeoutSeconds: Int? = null, val healthyThresholdCount: Int? = null, val loadBalancerArns: List<String>? = null, val matcher: TargetGroupMatcher? = null, val tags: List<Tag>? = null, val targetGroupArn: String? = null, val targetGroupAttributes: List<TargetGroupAttribute>? = null, val targetGroupFullName: String? = null, val targetGroupName: String? = null, val targets: List<TargetGroupTargetDescription>? = null, val unhealthyThresholdCount: Int? = null)

Constructors

Link copied to clipboard
constructor(healthCheckEnabled: Boolean? = null, healthCheckIntervalSeconds: Int? = null, healthCheckPath: String? = null, healthCheckPort: String? = null, healthCheckProtocol: String? = null, healthCheckTimeoutSeconds: Int? = null, healthyThresholdCount: Int? = null, loadBalancerArns: List<String>? = null, matcher: TargetGroupMatcher? = null, tags: List<Tag>? = null, targetGroupArn: String? = null, targetGroupAttributes: List<TargetGroupAttribute>? = null, targetGroupFullName: String? = null, targetGroupName: String? = null, targets: List<TargetGroupTargetDescription>? = null, unhealthyThresholdCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
val healthCheckPath: String? = null

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.

Link copied to clipboard
val healthCheckPort: String? = null

The port the load balancer uses when performing health checks on targets.

Link copied to clipboard

The protocol the load balancer uses when performing health checks on targets.

Link copied to clipboard

The amount of time, in seconds, during which no response from a target 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 Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>? = null

The tags.

Link copied to clipboard
val targetGroupArn: String? = null

The ARN of the Target Group

Link copied to clipboard

The attributes.

Link copied to clipboard

The full name of the target group.

Link copied to clipboard
val targetGroupName: String? = null

The name of the target group.

Link copied to clipboard

The targets.

Link copied to clipboard

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