AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTTwinMaker::SyncJob

IoTTwinMaker SyncJob

Resource schema for AWS::IoTTwinMaker::SyncJob

Properties

4 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
SyncRole
string
RequiredCreate-only
SyncSource
string
RequiredCreate-only
WorkspaceId
string
RequiredCreate-only
Tags
object
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe ARN of the SyncJob.
CreationDateTimestringThe date and time when the sync job was created.
StatestringThe state of SyncJob.
UpdateDateTimestringThe date and time when the sync job was updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTTwinMaker::SyncJob

Resources:
  MyResource:
    Type: AWS::IoTTwinMaker::SyncJob
    Properties:
      WorkspaceId: "my-workspaceid"
      SyncSource: "value"
      SyncRole: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iam:PassRoleiottwinmaker:CreateSyncJobiottwinmaker:GetSyncJobiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResource

read

iottwinmaker:GetSyncJobiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResource

delete

iottwinmaker:DeleteSyncJobiottwinmaker:GetSyncJobiottwinmaker:GetWorkspace

list

iottwinmaker:GetWorkspaceiottwinmaker:ListSyncJobsiottwinmaker:ListTagsForResource

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

ServiceIoTTwinMaker
Properties8
Required3
TaggingSupported
Primary IDWorkspaceId

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

WorkspaceIdSyncSourceSyncRoleTags

External Links