Create Workspace Page
| connect_create_workspace_page | R Documentation |
Associates a view with a page in a workspace, defining what users see when they navigate to that page¶
Description¶
Associates a view with a page in a workspace, defining what users see when they navigate to that page.
Usage¶
connect_create_workspace_page(InstanceId, WorkspaceId, ResourceArn,
Page, 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. |
ResourceArn |
[required] The Amazon Resource Name (ARN) of the view to associate with the page. |
Page |
[required] The page identifier. Valid system pages include
|
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. |
Value¶
An empty list.
Request syntax¶
svc$create_workspace_page(
InstanceId = "string",
WorkspaceId = "string",
ResourceArn = "string",
Page = "string",
Slug = "string",
InputData = "string"
)