Skip to main content

sync_jobs

Retrieves a list of sync_jobs in a region

Overview

Namesync_jobs
TypeResource
Descriptionsync_jobs
Idawscc.iottwinmaker.sync_jobs

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
workspace_id,
sync_source
FROM awscc.iottwinmaker.sync_jobs
WHERE region = 'us-east-1'

Permissions

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

Create

iam:PassRole,
iottwinmaker:CreateSyncJob,
iottwinmaker:GetSyncJob,
iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource,
iottwinmaker:TagResource

List

iottwinmaker:GetWorkspace,
iottwinmaker:ListSyncJobs,
iottwinmaker:ListTagsForResource