sync_jobs_list_only
Lists sync_jobs
in a region or regions, for all properties use sync_jobs
Overview
Name | sync_jobs_list_only |
Type | Resource |
Description | Resource schema for AWS::IoTTwinMaker::SyncJob |
Id | aws.iottwinmaker.sync_jobs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
workspace_id | string | The ID of the workspace. |
sync_source | string | The source of the SyncJob. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all sync_jobs
in a region.
SELECT
region,
workspace_id,
sync_source
FROM aws.iottwinmaker.sync_jobs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the sync_jobs_list_only
resource, see sync_jobs