AWS::IoTTwinMaker::SceneUse the `AWS::IoTTwinMaker::Scene` resource to declare a scene.
import { CfnScene } from 'aws-cdk-lib/aws-iottwinmaker';Or use the module namespace:
import * as iottwinmaker from 'aws-cdk-lib/aws-iottwinmaker';
// iottwinmaker.CfnSceneConfiguration passed to the constructor as CfnSceneProps.
contentLocationRequiredstringThe relative path that specifies the location of the content definition file.
sceneIdRequiredstringThe ID of the scene.
workspaceIdRequiredstringThe ID of the workspace.
capabilitiesOptionalstring[]A list of capabilities that the scene uses to render.
descriptionOptionalstringThe description of this scene.
sceneMetadataOptional{ [key: string]: string } | IResolvableThe scene metadata.
tagsOptional{ [key: string]: string }The ComponentType tags.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iottwinmakerAWS::IoTTwinMaker::Scene