AWS::IoTTwinMaker::Scene
Use the AWS::IoTTwinMaker::Scene resource to declare a scene.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTTwinMaker::Scene", "Properties" : { "Capabilities" :[ String, ... ], "ContentLocation" :String, "Description" :String, "SceneId" :String, "SceneMetadata" :{, "Tags" :Key:Value, ...}{, "WorkspaceId" :Key:Value, ...}String} }
YAML
Type: AWS::IoTTwinMaker::Scene Properties: Capabilities:- StringContentLocation:StringDescription:StringSceneId:StringSceneMetadata:Tags:Key:ValueWorkspaceId:Key:ValueString
Properties
CapabilitiesA list of capabilities that the scene uses to render.
Required: No
Type: List of String
Update requires: No interruption
ContentLocationThe relative path that specifies the location of the content definition file.
Required: Yes
Type: String
Update requires: No interruption
DescriptionThe description of this scene.
Required: No
Type: String
Update requires: No interruption
SceneIdThe scene ID.
Required: Yes
Type: String
Update requires: Replacement
SceneMetadataThe scene metadata.
Required: No
Type: Map of String
Update requires: No interruption
TagsThe ComponentType tags.
Required: No
Type: Map of String
Update requires: No interruption
WorkspaceIdThe ID of the workspace.
Required: Yes
Type: String
Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the workspace Id and the sence Id.
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.