storage_systems
Retrieves a list of storage_systems
in a region
Overview
Name | storage_systems |
Type | Resource |
Description | storage_systems |
Id | awscc.datasync.storage_systems |
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
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