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": "*" } ] }