Associates a view with a page in a workspace, defining what users see when they navigate to that page
Source:R/connect_operations.R
connect_create_workspace_page.RdAssociates 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
HOMEandAGENT_EXPERIENCE. Custom pages cannot use theaws:orconnect: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.