Skip to main content

resource_data_sync

Gets an individual resource_data_sync resource

Overview

Nameresource_data_sync
TypeResource
Descriptionresource_data_sync
Idawscc.ssm.resource_data_sync

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
s3_destination,
kms_key_arn,
sync_source,
bucket_name,
bucket_region,
sync_format,
sync_name,
sync_type,
bucket_prefix
FROM awscc.ssm.resource_data_sync
WHERE data__Identifier = '<SyncName>';

Permissions

To operate on the resource_data_sync resource, the following permissions are required:

Delete

ssm:ListResourceDataSync,
ssm:DeleteResourceDataSync

Update

ssm:ListResourceDataSync,
ssm:UpdateResourceDataSync

Read

ssm:ListResourceDataSync