View source: R/ecs_operations.R
ecs_delete_task_set | R Documentation |
Deletes a specified task set within a service. 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_delete_task_set/ for full documentation.
ecs_delete_task_set(cluster, service, taskSet, force = NULL)
cluster |
[required] The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found in to delete. |
service |
[required] The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete. |
taskSet |
[required] The task set ID or full Amazon Resource Name (ARN) of the task set to delete. |
force |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.