aws.iottwinmaker.get_sync_job
Example SQL Queries
SELECT * FROMaws.iottwinmaker.get_sync_jobWHERE"sync_source" = 'VALUE';Description
Gets the SyncJob.
Table Definition
| Column Name | Column Data Type |
|---|---|
| sync_source Required Input Column The sync soucre. Currently the only supported syncSource is SITEWISE . | VARCHAR |
| workspace_id Input Column The ID of the workspace that contains the sync job. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The sync job ARN. | VARCHAR |
| creation_date_time The creation date and time. | TIMESTAMP_S |
| status The SyncJob response status. | STRUCT( |
Show child fields
| |
| sync_role The sync IAM role. | VARCHAR |
| update_date_time The update date and time. | TIMESTAMP_S |