WorkspacePage
Contains information about a page configuration in a workspace, including the view assigned to the page.
Contents
- InputData
-
A JSON string containing input parameters passed to the view when the page is rendered.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 4096.
Required: No
- Page
-
The page identifier. System pages include
HOMEandAGENT_EXPERIENCE.Type: String
Length Constraints: Minimum length of 1. Maximum length of 25.
Pattern:
^(?!\\.$)(?!\\.\\.$)[\\p{L}\\p{Z}\\p{N}\\-_.:=@'|]+$Required: No
- ResourceArn
-
The Amazon Resource Name (ARN) of the view associated with this page.
Type: String
Required: No
- Slug
-
The URL-friendly identifier for the page.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 63.
Pattern:
^$|^[\\p{L}\\p{Z}\\p{N}\\-_.:=@'|]{3,}$Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: