Get Target Group Result
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)
Properties
Link copied to clipboard
The target group configuration.
Link copied to clipboard
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
Describes a target.