resource_data_syncs_list_only
Lists resource_data_syncs
in a region or regions, for all properties use resource_data_syncs
Overview
Name | resource_data_syncs_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SSM::ResourceDataSync |
Id | aws.ssm.resource_data_syncs_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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