AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTTwinMaker::Scene

CfnScene

Use the `AWS::IoTTwinMaker::Scene` resource to declare a scene.

Import

import { CfnScene } from 'aws-cdk-lib/aws-iottwinmaker';

Or use the module namespace:

import * as iottwinmaker from 'aws-cdk-lib/aws-iottwinmaker';
// iottwinmaker.CfnScene

Properties

Configuration passed to the constructor as CfnSceneProps.

contentLocationRequired
string

The relative path that specifies the location of the content definition file.

sceneIdRequired
string

The ID of the scene.

workspaceIdRequired
string

The ID of the workspace.

capabilitiesOptional
string[]

A list of capabilities that the scene uses to render.

descriptionOptional
string

The description of this scene.

sceneMetadataOptional
{ [key: string]: string } | IResolvable

The scene metadata.

tagsOptional
{ [key: string]: string }

The ComponentType tags.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-iottwinmaker
CFN TypeAWS::IoTTwinMaker::Scene
Properties7

External Links