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 |
---|---|---|
server_configuration | object | The server name and network port required to connect with the management interface of the on-premises storage system. |
server_credentials | object | The username and password for accessing your on-premises storage system's management interface. |
secrets_manager_arn | string | The ARN of a secret stored by AWS Secrets Manager. |
system_type | string | The type of on-premises storage system that DataSync Discovery will analyze. |
agent_arns | array | The ARN of the DataSync agent that connects to and reads from the on-premises storage system's management interface. |
cloud_watch_log_group_arn | string | The ARN of the Amazon CloudWatch log group used to monitor and log discovery job events. |
name | string | A familiar name for the on-premises storage system. |
tags | array | An array of key-value pairs to apply to this resource. |
storage_system_arn | string | The ARN of the on-premises storage system added to DataSync Discovery. |
connectivity_status | string | Indicates whether the DataSync agent can access the on-premises storage system. |
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