Skip to main content

sync_jobs_list_only

Lists sync_jobs in a region or regions, for all properties use sync_jobs

Overview

Namesync_jobs_list_only
TypeResource
DescriptionResource schema for AWS::IoTTwinMaker::SyncJob
Idaws.iottwinmaker.sync_jobs_list_only

Fields

NameDatatypeDescription
workspace_idstringThe ID of the workspace.
sync_sourcestringThe source of the SyncJob.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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