This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Connect::Workspace WorkspacePage
Contains information about a page configuration in a workspace, including the view assigned to the page.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "InputData" :String, "Page" :String, "ResourceArn" :String, "Slug" :String}
YAML
InputData:StringPage:StringResourceArn:StringSlug:String
Properties
InputData-
A JSON string containing input parameters passed to the view when the page is rendered.
Required: No
Type: String
Minimum:
0Maximum:
4096Update requires: No interruption
Page-
The page identifier. System pages include
HOMEandAGENT_EXPERIENCE.Required: Yes
Type: String
Pattern:
^(?!\.$)(?!\.\.$)[\p{L}\p{Z}\p{N}\-_.:=@'|]+$Minimum:
1Maximum:
25Update requires: No interruption
ResourceArn-
The Amazon Resource Name (ARN) of the view associated with this page.
Required: Yes
Type: String
Maximum:
2048Update requires: No interruption
Slug-
The URL-friendly identifier for the page.
Required: No
Type: String
Pattern:
^$|^[\p{L}\p{Z}\p{N}\-_.:=@'|]{3,}$Minimum:
0Maximum:
63Update requires: No interruption