AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTTwinMaker::Workspace

IoTTwinMaker Workspace

Resource schema for AWS::IoTTwinMaker::Workspace

Properties

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

Filter:
PropertyTypeFlags
Role
string
Required
S3Location
string
Required
WorkspaceId
string
RequiredCreate-only
Description
string
Tags
object

Return Values

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

AttributeTypeDescription
ArnstringThe ARN of the workspace.
CreationDateTimestringThe date and time when the workspace was created.
UpdateDateTimestringThe date and time of the current update.

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::Workspace

Resources:
  MyResource:
    Type: AWS::IoTTwinMaker::Workspace
    Properties:
      WorkspaceId: "my-workspaceid"
      Role: "value"
      S3Location: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

iam:PassRoleiottwinmaker:CreateWorkspaceiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResource

read

iottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResource

update

iottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResourceiottwinmaker:UntagResourceiottwinmaker:UpdateWorkspace

delete

iottwinmaker:DeleteWorkspaceiottwinmaker:GetWorkspace

list

iottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:ListWorkspaces

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

CreateReadUpdateDeleteList

Immutable After Creation

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

WorkspaceId

External Links