Modifies a task set. This is used when a service uses the EXTERNAL
deployment controller type. For more information, see Amazon ECS Deployment Types
in the Amazon Elastic Container Service Developer Guide.
ecs_update_task_set(cluster, service, taskSet, scale)[required] The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
[required] The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
[required] The short name or full Amazon Resource Name (ARN) of the task set to update.
[required]
svc$update_task_set(
cluster = "string",
service = "string",
taskSet = "string",
scale = list(
value = 123.0,
unit = "PERCENT"
)
)