Skip to main content

storage_systems_list_only

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

Overview

Namestorage_systems_list_only
TypeResource
DescriptionResource schema for AWS::DataSync::StorageSystem.
Idaws.datasync.storage_systems_list_only

Fields

NameDatatypeDescription
storage_system_arnstringThe ARN of the on-premises storage system added to DataSync Discovery.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all storage_systems in a region.

SELECT
region,
storage_system_arn
FROM aws.datasync.storage_systems_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the storage_systems_list_only resource, see storage_systems