storage_profiles_list_only
Lists storage_profiles
in a region or regions, for all properties use storage_profiles
Overview
Name | storage_profiles_list_only |
Type | Resource |
Description | Definition of AWS::Deadline::StorageProfile Resource Type |
Id | aws.deadline.storage_profiles_list_only |
Fields
Name | Datatype | Description |
---|---|---|
display_name | string | |
farm_id | string | |
file_system_locations | array | |
os_family | string | |
storage_profile_id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all storage_profiles
in a region.
SELECT
region,
farm_id,
storage_profile_id
FROM aws.deadline.storage_profiles_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the storage_profiles_list_only
resource, see storage_profiles