Skip to contents

Associates a view with a page in a workspace, defining what users see when they navigate to that page.

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

Usage

connect_create_workspace_page(
  InstanceId,
  WorkspaceId,
  ResourceArn,
  Page,
  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.

ResourceArn

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

Page

[required] The page identifier. Valid system pages include HOME and AGENT_EXPERIENCE. Custom pages cannot use the aws: or connect: prefixes.

Slug

The URL-friendly identifier for the page.

InputData

A JSON string containing input parameters for the view, validated against the view's input schema.