WorkspaceArgs

data class WorkspaceArgs(val description: Output<String>? = null, val role: Output<String>? = null, val s3Location: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<WorkspaceArgs>

Resource schema for AWS::IoTTwinMaker::Workspace

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, role: Output<String>? = null, s3Location: Output<String>? = null, tags: Output<Map<String, String>>? = null, workspaceId: Output<String>? = null)

Properties

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

The description of the workspace.

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

The ARN of the execution role associated with the workspace.

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

The ARN of the S3 bucket where resources associated with the workspace are stored.

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

A map of key-value pairs to associate with a resource.

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

The ID of the workspace.

Functions

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