aws.iottwinmaker.list_sync_jobs
Example SQL Queries
SELECT * FROMaws.iottwinmaker.list_sync_jobsWHERE"workspace_id" = 'VALUE';Description
List all SyncJobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workspace_id Required Input Column The ID of the workspace that contains the sync job. | VARCHAR |
| max_results Input Column The maximum number of results to return at one time. The default is 50. Valid Range: Minimum value of 0. Maximum value of 200. | BIGINT |
| next_token Input Column The string that specifies the next page of results. | 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 |
| sync_job_summaries The listed SyncJob summaries. | STRUCT( |
Show child fields
| |