storage_systems_list_only
Lists storage_systems in a region or regions, for all properties use storage_systems
Overview
| Name | storage_systems_list_only |
| Type | Resource |
| Description | Resource schema for AWS::DataSync::StorageSystem. |
| Id | aws.datasync.storage_systems_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
storage_system_arn | string | The ARN of the on-premises storage system added to DataSync Discovery. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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