Workspace

class Workspace

Contains information about a workspace, which defines the user experience by mapping views to pages.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the workspace.

Link copied to clipboard

The description of the workspace.

Link copied to clipboard
val id: String

The unique identifier of the workspace.

Link copied to clipboard

The AWS Region where the workspace was last modified.

Link copied to clipboard

The timestamp when the workspace was last modified.

Link copied to clipboard

The name of the workspace.

Link copied to clipboard

The tags used to organize, track, or control access for the workspace.

Link copied to clipboard

The theme configuration for the workspace, including colors and styling.

Link copied to clipboard

The title displayed for the workspace.

Link copied to clipboard

Controls who can access the workspace. Valid values are: ALL (all users), ASSIGNED (only assigned users and routing profiles), and NONE (not visible).

Functions

Link copied to clipboard
inline fun copy(block: Workspace.Builder.() -> Unit = {}): Workspace
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String