sync_job_tags
Expands all tag keys and values for sync_jobs
in a region
Overview
Name | sync_job_tags |
Type | Resource |
Description | Resource schema for AWS::IoTTwinMaker::SyncJob |
Id | aws.iottwinmaker.sync_job_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all sync_jobs
in a region.
SELECT
region,
workspace_id,
sync_source,
sync_role,
creation_date_time,
update_date_time,
arn,
state,
tag_key,
tag_value
FROM aws.iottwinmaker.sync_job_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the sync_job_tags
resource, see sync_jobs