sync_jobs_list_only
Lists sync_jobs
in a region or regions, for all properties use sync_jobs
Overview
Name | sync_jobs_list_only |
Type | Resource |
Description | Resource schema for AWS::IoTTwinMaker::SyncJob |
Id | aws.iottwinmaker.sync_jobs_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all sync_jobs
in a region.
SELECT
region,
workspace_id,
sync_source
FROM aws.iottwinmaker.sync_jobs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the sync_jobs_list_only
resource, see sync_jobs