AWS::IoTTwinMaker::SceneResource schema for AWS::IoTTwinMaker::Scene
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ContentLocation | string | Required |
SceneId | string | RequiredCreate-only |
WorkspaceId | string | RequiredCreate-only |
Capabilities | Array<string> | |
Description | string | |
SceneMetadata | object | |
Tags | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the scene. |
CreationDateTime | string | The date and time when the scene was created. |
GeneratedSceneMetadata | object | A key-value pair of generated scene metadata for the scene. |
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::Scene
Resources:
MyResource:
Type: AWS::IoTTwinMaker::Scene
Properties:
WorkspaceId: "my-workspaceid"
SceneId: "my-sceneid"
ContentLocation: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iottwinmaker:CreateSceneiottwinmaker:GetSceneiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResourceiottwinmaker:GetWorkspaceiottwinmaker:GetSceneiottwinmaker:ListTagsForResourceiottwinmaker:GetSceneiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResourceiottwinmaker:UntagResourceiottwinmaker:UpdateSceneiottwinmaker:DeleteSceneiottwinmaker:GetSceneiottwinmaker:GetWorkspaceiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:ListScenesOur 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.
SceneIdWorkspaceId