TargetSummary

Summary information about a target.

Types

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

Properties

Link copied to clipboard
val id: String?

The ID of the target. If the target type of the target group is INSTANCE, this is an instance ID. If the target type is IP , this is an IP address. If the target type is LAMBDA, this is the ARN of the Lambda function. If the target type is ALB, this is the ARN of the Application Load Balancer.

Link copied to clipboard
val port: Int?

The port on which the target is listening.

Link copied to clipboard

The code for why the target status is what it is.

Link copied to clipboard

The status of the target.

Functions

Link copied to clipboard
inline fun copy(block: TargetSummary.Builder.() -> Unit = {}): TargetSummary
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