AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTTwinMaker::SyncJob

CfnSyncJob

The SyncJob.

Import

import { CfnSyncJob } from 'aws-cdk-lib/aws-iottwinmaker';

Or use the module namespace:

import * as iottwinmaker from 'aws-cdk-lib/aws-iottwinmaker';
// iottwinmaker.CfnSyncJob

Properties

Configuration passed to the constructor as CfnSyncJobProps.

syncRoleRequired
string

The 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.

syncSourceRequired
string

The sync source. > Currently the only supported syncSoucre is `SITEWISE` .

workspaceIdRequired
string

The ID of the workspace that contains the sync job.

tagsOptional
{ [key: string]: string }

Metadata you can use to manage the SyncJob.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iottwinmaker
CFN TypeAWS::IoTTwinMaker::SyncJob
Properties4

External Links