aws.deadline.list_storage_profiles
Example SQL Queries
SELECT * FROMaws.deadline.list_storage_profilesWHERE"farm_id" = 'VALUE';Description
Lists storage profiles.
Table Definition
| Column Name | Column Data Type |
|---|---|
| farm_id Required Input Column The farm ID of the storage profile. | 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 summary to update. 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 |
| os_family The operating system (OS) family. | VARCHAR |
| storage_profile_id The storage profile ID. | VARCHAR |