Scene Args
data class SceneArgs(val capabilities: Output<List<String>>? = null, val contentLocation: Output<String>? = null, val description: Output<String>? = null, val sceneId: Output<String>? = null, val sceneMetadata: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<SceneArgs>
Resource schema for AWS::IoTTwinMaker::Scene
Properties
Link copied to clipboard
A list of capabilities that the scene uses to render.
Link copied to clipboard
The relative path that specifies the location of the content definition file.
Link copied to clipboard
The description of the scene.
Link copied to clipboard
A key-value pair of scene metadata for the scene.
Link copied to clipboard
The ID of the scene.