Skip to contents

Creates a workspace that defines the user experience by mapping views to pages. Workspaces can be assigned to users or routing profiles.

See https://www.paws-r-sdk.com/docs/connect_create_workspace/ for full documentation.

Usage

connect_create_workspace(
  InstanceId,
  Name,
  Description = NULL,
  Theme = NULL,
  Title = NULL,
  Tags = NULL
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Name

[required] The name of the workspace. Must be unique within the instance and can contain 1-127 characters.

Description

The description of the workspace. Maximum length is 250 characters.

Theme

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

Title

The title displayed for the workspace.

Tags

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.