Get Task Definition Result
data class GetTaskDefinitionResult(val arn: String, val arnWithoutRevision: String, val executionRoleArn: String, val family: String, val id: String, val networkMode: String, val revision: Int, val status: String, val taskDefinition: String, val taskRoleArn: String)
A collection of values returned by getTaskDefinition.
Constructors
Types
Properties
Link copied to clipboard
ARN of the Task Definition with the trailing revision
removed. This may be useful for situations where the latest task definition is always desired. If a revision isn't specified, the latest ACTIVE revision is used. See the AWS documentation for details.
Link copied to clipboard
Link copied to clipboard