aws.ecs.get_task_protection
Example SQL Queries
SELECT * FROMaws.ecs.get_task_protectionWHERE"cluster" = 'VALUE';Description
Retrieves the protection status of tasks in an Amazon ECS service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster Required Input Column The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in. | VARCHAR |
| tasks Input Column A list of up to 100 task IDs or full ARN entries. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| failures Any failures associated with the call. | STRUCT( |
Show child fields
| |
| protected_tasks A list of tasks with the following information.
| STRUCT( |
Show child fields
| |