ecs_get_task_protection {paws.compute} | R Documentation |
Retrieves the protection status of tasks in an Amazon ECS service
Description
Retrieves the protection status of tasks in an Amazon ECS service.
See https://www.paws-r-sdk.com/docs/ecs_get_task_protection/ for full documentation.
Usage
ecs_get_task_protection(cluster, tasks = NULL)
Arguments
cluster |
[required] The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in. |
tasks |
A list of up to 100 task IDs or full ARN entries. |
[Package paws.compute version 0.9.0 Index]