aws.deadline.get_storage_profile
Example SQL Queries
SELECT * FROMaws.deadline.get_storage_profileWHERE"farm_id" = 'VALUE'AND "storage_profile_id" = 'VALUE';Description
Gets a storage profile.
Table Definition
| Column Name | Column Data Type |
|---|---|
| farm_id Required Input Column The farm ID for 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
| |
| created_at The date and time the resource was created. | TIMESTAMP_S |
| created_by The user or system that created this resource. | VARCHAR |
| display_name The display name of the storage profile. 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. | STRUCT( |
Show child fields
| |
| os_family The operating system (OS) for the storage profile. | VARCHAR |
| updated_at The date and time the resource was updated. | TIMESTAMP_S |
| updated_by The user or system that updated this resource. | VARCHAR |