resource_data_syncs
Retrieves a list of resource_data_syncs
in a region
Overview
Name | resource_data_syncs |
Type | Resource |
Description | resource_data_syncs |
Id | awscc.ssm.resource_data_syncs |
Fields
Name | Datatype | Description |
---|---|---|
sync_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
sync_name
FROM awscc.ssm.resource_data_syncs
WHERE region = 'us-east-1'
Permissions
To operate on the resource_data_syncs
resource, the following permissions are required:
Create
ssm:CreateResourceDataSync,
ssm:ListResourceDataSync
List
ssm:ListResourceDataSync