AWS::IoTTwinMaker::SyncJobThe SyncJob.
import { CfnSyncJob } from 'aws-cdk-lib/aws-iottwinmaker';Or use the module namespace:
import * as iottwinmaker from 'aws-cdk-lib/aws-iottwinmaker';
// iottwinmaker.CfnSyncJobConfiguration passed to the constructor as CfnSyncJobProps.
syncRoleRequiredstringThe SyncJob IAM role. This IAM role is used by the sync job to read from the syncSource, and create, update or delete the corresponding resources.
syncSourceRequiredstringThe sync source. > Currently the only supported syncSoucre is `SITEWISE` .
workspaceIdRequiredstringThe ID of the workspace that contains the sync job.
tagsOptional{ [key: string]: string }Metadata you can use to manage the SyncJob.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iottwinmakerAWS::IoTTwinMaker::SyncJob