Skip to main content

resource_data_syncs_list_only

Lists resource_data_syncs in a region or regions, for all properties use resource_data_syncs

Overview

Nameresource_data_syncs_list_only
TypeResource
DescriptionResource Type definition for AWS::SSM::ResourceDataSync
Idaws.ssm.resource_data_syncs_list_only

Fields

NameDatatypeDescription
s3_destinationobject
kms_key_arnstring
sync_sourceobject
bucket_namestring
bucket_regionstring
sync_formatstring
sync_namestring
sync_typestring
bucket_prefixstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all resource_data_syncs in a region.

SELECT
region,
sync_name
FROM aws.ssm.resource_data_syncs_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the resource_data_syncs_list_only resource, see resource_data_syncs