Skip to contents

Updates the configuration of a page in a workspace, including the associated view and input data.

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

Usage

connect_update_workspace_page(
  InstanceId,
  WorkspaceId,
  Page,
  NewPage = NULL,
  ResourceArn = NULL,
  Slug = NULL,
  InputData = 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.

WorkspaceId

[required] The identifier of the workspace.

Page

[required] The current page identifier.

NewPage

The new page identifier, if changing the page name.

ResourceArn

The Amazon Resource Name (ARN) of the view to associate with the page.

Slug

The URL-friendly identifier for the page.

InputData

A JSON string containing input parameters for the view.