EcsTaskOverride

The overrides that are associated with a task.

Types

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

Properties

Link copied to clipboard

One or more container overrides that are sent to a task.

Link copied to clipboard
val cpu: String?

The cpu override for the task.

Link copied to clipboard

The ephemeral storage setting override for the task.

Link copied to clipboard

The Amazon Resource Name (ARN) of the task execution IAM role override for the task. For more information, see Amazon ECS task execution IAM role in the Amazon Elastic Container Service Developer Guide.

Link copied to clipboard

The Elastic Inference accelerator override for the task.

Link copied to clipboard

The memory override for the task.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. All containers in this task are granted the permissions that are specified in this role. For more information, see IAM Role for Tasks in the Amazon Elastic Container Service Developer Guide.

Functions

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