sync_jobs
Retrieves a list of sync_jobs
in a region
Overview
Name | sync_jobs |
Type | Resource |
Description | sync_jobs |
Id | awscc.iottwinmaker.sync_jobs |
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
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