GetTargetGroupResult

data class GetTargetGroupResult(val arn: String? = null, val config: TargetGroupConfig? = null, val createdAt: String? = null, val id: String? = null, val lastUpdatedAt: String? = null, val status: TargetGroupStatus? = null, val tags: List<Tag>? = null, val targets: List<TargetGroupTarget>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, config: TargetGroupConfig? = null, createdAt: String? = null, id: String? = null, lastUpdatedAt: String? = null, status: TargetGroupStatus? = null, tags: List<Tag>? = null, targets: List<TargetGroupTarget>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard

The target group configuration.

Link copied to clipboard
val createdAt: String? = null

The date and time that the target group was created, specified in ISO-8601 format.

Link copied to clipboard
val id: String? = null

The ID of the target group.

Link copied to clipboard
val lastUpdatedAt: String? = null

The date and time that the target group was last updated, specified in ISO-8601 format.

Link copied to clipboard

The operation's status. You can retry the operation if the status is CREATE_FAILED . However, if you retry it while the status is CREATE_IN_PROGRESS , there is no change in the status.

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

The tags for the target group.

Link copied to clipboard

Describes a target.