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
server_configurationobjectThe server name and network port required to connect with the management interface of the on-premises storage system.
server_credentialsobjectThe username and password for accessing your on-premises storage system's management interface.
secrets_manager_arnstringThe ARN of a secret stored by AWS Secrets Manager.
system_typestringThe type of on-premises storage system that DataSync Discovery will analyze.
agent_arnsarrayThe ARN of the DataSync agent that connects to and reads from the on-premises storage system's management interface.
cloud_watch_log_group_arnstringThe ARN of the Amazon CloudWatch log group used to monitor and log discovery job events.
namestringA familiar name for the on-premises storage system.
tagsarrayAn array of key-value pairs to apply to this resource.
storage_system_arnstringThe ARN of the on-premises storage system added to DataSync Discovery.
connectivity_statusstringIndicates whether the DataSync agent can access the on-premises storage system.
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