Skip to main content

storage_systems

Retrieves a list of storage_systems in a region

Overview

Namestorage_systems
TypeResource
Descriptionstorage_systems
Idawscc.datasync.storage_systems

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
storage_system_arn
FROM awscc.datasync.storage_systems
WHERE region = 'us-east-1'

Permissions

To operate on the storage_systems resource, the following permissions are required:

Create

datasync:AddStorageSystem,
datasync:DescribeStorageSystem,
datasync:ListTagsForResource,
datasync:TagResource,
secretsmanager:CreateSecret,
secretsmanager:DescribeSecret,
iam:CreateServiceLinkedRole

List

datasync:ListStorageSystems