Skip to main content

sync_job

Gets an individual sync_job resource

Overview

Namesync_job
TypeResource
Descriptionsync_job
Idawscc.iottwinmaker.sync_job

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
workspace_id,
sync_source,
sync_role,
creation_date_time,
update_date_time,
arn,
state,
tags
FROM awscc.iottwinmaker.sync_job
WHERE data__Identifier = '<WorkspaceId>|<SyncSource>';

Permissions

To operate on the sync_job resource, the following permissions are required:

Read

iottwinmaker:GetSyncJob,
iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource

Delete

iottwinmaker:DeleteSyncJob,
iottwinmaker:GetSyncJob,
iottwinmaker:GetWorkspace