Using the IoTSiteWiseDefaultWorkspace - Amazon IoT TwinMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Using the IoTSiteWiseDefaultWorkspace

When you opt in to the Amazon IoT SiteWiseAmazon IoT TwinMaker integration, a default workspace named IoTSiteWiseDefaultWorkspace is created and automatically synced with Amazon IoT SiteWise.

You can also use the Amazon IoT TwinMaker CreateWorkspace API to create a workspace named IoTSiteWiseDefaultWorkspace.

Prerequisites

Before creating IoTSiteWiseDefaultWorkspace, make sure you have done the following:

  • Create an Amazon IoT TwinMaker service-linked role. See Using service-linked roles for Amazon IoT TwinMaker for more information.

  • Open the IAM console at https://console.amazonaws.cn/iam/.

    Review the role or user and verify that it has permission to iotsitewise:EnableSiteWiseIntegration.

    If needed, add permission to the role or user:

    { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "iotsitewise:EnableSiteWiseIntegration", "Resource": "*" } ] }