Get Task Execution Plain Args
A collection of arguments for invoking getTaskExecution.
Constructors
Properties
Set of capacity provider strategies to use for the cluster. See below.
Number of instantiations of the specified task to place on your cluster. You can specify up to 10 tasks for each call.
Specifies whether to enable Amazon ECS managed tags for the tasks within the service.
Specifies whether to enable Amazon ECS Exec for the tasks within the service.
Launch type on which to run your service. Valid values are EC2
, FARGATE
, and EXTERNAL
.
Network configuration for the service. This parameter is required for task definitions that use the awsvpc
network mode to receive their own Elastic Network Interface, and it is not supported for other network modes. See below.
A list of container overrides that specify the name of a container in the specified task definition and the overrides it should receive.
An array of placement constraint objects to use for the task. You can specify up to 10 constraints for each task. See below.
The placement strategy objects to use for the task. You can specify a maximum of 5 strategy rules for each task. See below.
The platform version the task uses. A platform version is only specified for tasks hosted on Fargate. If one isn't specified, the LATEST
platform version is used.
Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags aren't propagated. An error will be received if you specify the SERVICE
option when running a task. Valid values are TASK_DEFINITION
or NONE
.
The reference ID to use for the task.
The family
and revision
(family:revision
) or full ARN of the task definition to run. If a revision isn't specified, the latest ACTIVE
revision is used. The following arguments are optional: