Skip to main content

task_definitions

Retrieves a list of task_definitions in a region

Overview

Nametask_definitions
TypeResource
Descriptiontask_definitions
Idawscc.ecs.task_definitions

Fields

NameDatatypeDescription
task_definition_arnstring
regionstringAWS 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