Skip to content

Update Workspace Page

connect_update_workspace_page R Documentation

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

Description

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

Usage

connect_update_workspace_page(InstanceId, WorkspaceId, Page, NewPage,
  ResourceArn, Slug, InputData)

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.

Value

An empty list.

Request syntax

svc$update_workspace_page(
  InstanceId = "string",
  WorkspaceId = "string",
  Page = "string",
  NewPage = "string",
  ResourceArn = "string",
  Slug = "string",
  InputData = "string"
)