sync_job
Gets an individual sync_job
resource
Overview
Name | sync_job |
Type | Resource |
Description | sync_job |
Id | awscc.iottwinmaker.sync_job |
Fields
Name | Datatype | Description |
---|---|---|
workspace_id | string | The ID of the workspace. |
sync_source | string | The source of the SyncJob. |
sync_role | string | The IAM Role that execute SyncJob. |
creation_date_time | string | The date and time when the sync job was created. |
update_date_time | string | The date and time when the sync job was updated. |
arn | string | The ARN of the SyncJob. |
state | string | The state of SyncJob. |
tags | object | A key-value pair to associate with a resource. |
region | string | AWS 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