Skip to main content

sync_job_tags

Expands all tag keys and values for sync_jobs in a region

Overview

Namesync_job_tags
TypeResource
DescriptionResource schema for AWS::IoTTwinMaker::SyncJob
Idaws.iottwinmaker.sync_job_tags

Fields

NameDatatypeDescription
workspace_idstringThe ID of the workspace.
sync_sourcestringThe source of the SyncJob.
sync_rolestringThe IAM Role that execute SyncJob.
creation_date_timestringThe date and time when the sync job was created.
update_date_timestringThe date and time when the sync job was updated.
arnstringThe ARN of the SyncJob.
statestringThe state of SyncJob.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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