AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTTwinMaker::Scene

IoTTwinMaker Scene

Resource schema for AWS::IoTTwinMaker::Scene

Properties

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

Filter:
PropertyTypeFlags
ContentLocation
string
Required
SceneId
string
RequiredCreate-only
WorkspaceId
string
RequiredCreate-only
Capabilities
Array<string>
Description
string
SceneMetadata
object
Tags
object

Return Values

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

AttributeTypeDescription
ArnstringThe ARN of the scene.
CreationDateTimestringThe date and time when the scene was created.
GeneratedSceneMetadataobjectA key-value pair of generated scene metadata for the scene.
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::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"

Required IAM Permissions

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

create

iottwinmaker:CreateSceneiottwinmaker:GetSceneiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResource

read

iottwinmaker:GetWorkspaceiottwinmaker:GetSceneiottwinmaker:ListTagsForResource

update

iottwinmaker:GetSceneiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResourceiottwinmaker:UntagResourceiottwinmaker:UpdateScene

delete

iottwinmaker:DeleteSceneiottwinmaker:GetSceneiottwinmaker:GetWorkspace

list

iottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:ListScenes

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
Properties11
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.

SceneIdWorkspaceId

External Links