Connect / Client / update_workspace_page

update_workspace_page

Connect.Client.update_workspace_page(**kwargs)

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

See also: AWS API Documentation

Request Syntax

response = client.update_workspace_page(
    InstanceId='string',
    WorkspaceId='string',
    Page='string',
    NewPage='string',
    ResourceArn='string',
    Slug='string',
    InputData='string'
)
Parameters:
  • InstanceId (string) –

    [REQUIRED]

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

  • WorkspaceId (string) –

    [REQUIRED]

    The identifier of the workspace.

  • Page (string) –

    [REQUIRED]

    The current page identifier.

  • NewPage (string) – The new page identifier, if changing the page name.

  • ResourceArn (string) – The Amazon Resource Name (ARN) of the view to associate with the page.

  • Slug (string) – The URL-friendly identifier for the page.

  • InputData (string) – A JSON string containing input parameters for the view.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions