queues_list_only
Lists queues
in a region or regions, for all properties use queues
Overview
Name | queues_list_only |
Type | Resource |
Description | Definition of AWS::Deadline::Queue Resource Type |
Id | aws.deadline.queues_list_only |
Fields
Name | Datatype | Description |
---|---|---|
allowed_storage_profile_ids | array | |
default_budget_action | string | |
description | string | |
display_name | string | |
farm_id | string | |
job_attachment_settings | object | |
job_run_as_user | object | |
queue_id | string | |
required_file_system_location_names | array | |
role_arn | string | |
arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all queues
in a region.
SELECT
region,
arn
FROM aws.deadline.queues_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the queues_list_only
resource, see queues