GetTaskDefinitionResult

data class GetTaskDefinitionResult(val tags: List<Tag>? = null, val taskDefinitionArn: String? = null)

Constructors

Link copied to clipboard
constructor(tags: List<Tag>? = null, taskDefinitionArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The metadata that you apply to the task definition to help you categorize and organize them. Each tag consists of a key and an optional value. You define both of them. The following basic restrictions apply to tags:

Link copied to clipboard

The ARN of the task definition.