fleet_tags
Expands all tag keys and values for fleets
in a region
Overview
Name | fleet_tags |
Type | Resource |
Description | Definition of AWS::Deadline::Fleet Resource Type |
Id | aws.deadline.fleet_tags |
Fields
Name | Datatype | Description |
---|---|---|
capabilities | object | |
configuration | undefined | |
description | string | |
display_name | string | |
farm_id | string | |
fleet_id | string | |
max_worker_count | integer | |
min_worker_count | integer | |
role_arn | string | |
status | string | |
worker_count | integer | |
arn | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all fleets
in a region.
SELECT
region,
capabilities,
configuration,
description,
display_name,
farm_id,
fleet_id,
max_worker_count,
min_worker_count,
role_arn,
status,
worker_count,
arn,
tag_key,
tag_value
FROM aws.deadline.fleet_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the fleet_tags
resource, see fleets