aws.deadline.get_storage_profile_for_queue
Example SQL Queries
SELECT * FROMaws.deadline.get_storage_profile_for_queueWHERE"farm_id" = 'VALUE'AND "queue_id" = 'VALUE'AND "storage_profile_id" = 'VALUE';Description
Gets a storage profile for a queue.
Table Definition
| Column Name | Column Data Type |
|---|---|
| farm_id Required Input Column The farm ID for the queue in storage profile. | VARCHAR |
| queue_id Required Input Column The queue ID the queue in the storage profile. | VARCHAR |
| storage_profile_id Required Input Column The storage profile ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| display_name The display name of the storage profile connected to a queue. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. | VARCHAR |
| file_system_locations The location of the files for the storage profile within the queue. | STRUCT( |
Show child fields
| |
| os_family The operating system of the storage profile in the queue. | VARCHAR |