Skip to main content

storage_system_tags

Expands all tag keys and values for storage_systems in a region

Overview

Namestorage_system_tags
TypeResource
DescriptionResource schema for AWS::DataSync::StorageSystem.
Idaws.datasync.storage_system_tags

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.
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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all storage_systems in a region.

SELECT
region,
server_configuration,
server_credentials,
secrets_manager_arn,
system_type,
agent_arns,
cloud_watch_log_group_arn,
name,
storage_system_arn,
connectivity_status,
tag_key,
tag_value
FROM aws.datasync.storage_system_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the storage_system_tags resource, see storage_systems