ecs_update_task_set: Modifies a task set

View source: R/ecs_operations.R

ecs_update_task_setR Documentation

Modifies a task set

Description

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.

See https://www.paws-r-sdk.com/docs/ecs_update_task_set/ for full documentation.

Usage

ecs_update_task_set(cluster, service, taskSet, scale)

Arguments

cluster

[required] The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set is found in.

service

[required] The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.

taskSet

[required] The short name or full Amazon Resource Name (ARN) of the task set to update.

scale

[required] A floating-point percentage of the desired number of tasks to place and keep running in the task set.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.