task_definitions
Retrieves a list of task_definitions
in a region
Overview
Name | task_definitions |
Type | Resource |
Description | task_definitions |
Id | awscc.ecs.task_definitions |
Fields
Name | Datatype | Description |
---|---|---|
task_definition_arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
task_definition_arn
FROM awscc.ecs.task_definitions
WHERE region = 'us-east-1'
Permissions
To operate on the task_definitions
resource, the following permissions are required:
Create
ecs:RegisterTaskDefinition,
ecs:DescribeTaskDefinition,
ecs:TagResource,
iam:GetRole,
iam:PassRole
List
ecs:ListTaskDefinitions,
ecs:DescribeTaskDefinition