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.
sync_rolestringThe IAM Role that execute SyncJob.
creation_date_timestringThe date and time when the sync job was created.
update_date_timestringThe date and time when the sync job was updated.
arnstringThe ARN of the SyncJob.
statestringThe state of SyncJob.
tagsobjectA key-value pair to associate with a resource.
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