resource_data_sync
Gets an individual resource_data_sync
resource
Overview
Name | resource_data_sync |
Type | Resource |
Description | resource_data_sync |
Id | awscc.ssm.resource_data_sync |
Fields
Name | Datatype | Description |
---|---|---|
s3_destination | object | |
kms_key_arn | string | |
sync_source | object | |
bucket_name | string | |
bucket_region | string | |
sync_format | string | |
sync_name | string | |
sync_type | string | |
bucket_prefix | string | |
region | string | AWS 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