SceneArgs

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

Constructors

Link copied to clipboard
constructor(capabilities: Output<List<String>>? = null, contentLocation: Output<String>? = null, description: Output<String>? = null, sceneId: Output<String>? = null, sceneMetadata: Output<Map<String, String>>? = null, tags: Output<Map<String, String>>? = null, workspaceId: Output<String>? = null)

Properties

Link copied to clipboard
val capabilities: Output<List<String>>? = null

A list of capabilities that the scene uses to render.

Link copied to clipboard
val contentLocation: Output<String>? = null

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

Link copied to clipboard
val description: Output<String>? = null

The description of the scene.

Link copied to clipboard
val sceneId: Output<String>? = null

The ID of the scene.

Link copied to clipboard
val sceneMetadata: Output<Map<String, String>>? = null

A key-value pair of scene metadata for the scene.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

A key-value pair to associate with a resource.

Link copied to clipboard
val workspaceId: Output<String>? = null

The ID of the scene.

Functions

Link copied to clipboard
open override fun toJava(): SceneArgs