Skip to main content

storage_profiles_list_only

Lists storage_profiles in a region or regions, for all properties use storage_profiles

Overview

Namestorage_profiles_list_only
TypeResource
DescriptionDefinition of AWS::Deadline::StorageProfile Resource Type
Idaws.deadline.storage_profiles_list_only

Fields

NameDatatypeDescription
display_namestring
farm_idstring
file_system_locationsarray
os_familystring
storage_profile_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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