AWS::IoTTwinMaker::WorkspaceResource schema for AWS::IoTTwinMaker::Workspace
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Role | string | Required |
S3Location | string | Required |
WorkspaceId | string | RequiredCreate-only |
Description | string | |
Tags | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the workspace. |
CreationDateTime | string | The date and time when the workspace was created. |
UpdateDateTime | string | The date and time of the current update. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
iam:PassRoleiottwinmaker:CreateWorkspaceiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResourceiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResourceiottwinmaker:UntagResourceiottwinmaker:UpdateWorkspaceiottwinmaker:DeleteWorkspaceiottwinmaker:GetWorkspaceiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:ListWorkspacesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterWorkspaceIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
WorkspaceId