primary_task_set
Gets an individual primary_task_set
resource
Overview
Name | primary_task_set |
Type | Resource |
Description | primary_task_set |
Id | awscc.ecs.primary_task_set |
Fields
Name | Datatype | Description |
---|---|---|
cluster | string | The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in. |
task_set_id | string | The ID or full Amazon Resource Name (ARN) of the task set. |
service | string | The short name or full Amazon Resource Name (ARN) of the service to create the task set in. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
cluster,
task_set_id,
service
FROM awscc.ecs.primary_task_set
WHERE data__Identifier = '<Cluster>|<Service>';
Permissions
To operate on the primary_task_set
resource, the following permissions are required:
Update
ecs:DescribeTaskSets,
ecs:UpdateServicePrimaryTaskSet