Skip to content

Update Workspace Metadata

connect_update_workspace_metadata R Documentation

Updates the metadata of a workspace, such as its name and description

Description

Updates the metadata of a workspace, such as its name and description.

Usage

connect_update_workspace_metadata(InstanceId, WorkspaceId, Name,
  Description, Title)

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.

WorkspaceId

[required] The identifier of the workspace.

Name

The name of the workspace.

Description

The description of the workspace.

Title

The title displayed for the workspace.

Value

An empty list.

Request syntax

svc$update_workspace_metadata(
  InstanceId = "string",
  WorkspaceId = "string",
  Name = "string",
  Description = "string",
  Title = "string"
)