AWS::Connect::Workspace WorkspacePage - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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: String Page: String ResourceArn: String Slug: String

Properties

InputData

A JSON string containing input parameters passed to the view when the page is rendered.

Required: No

Type: String

Minimum: 0

Maximum: 4096

Update requires: No interruption

Page

The page identifier. System pages include HOME and AGENT_EXPERIENCE.

Required: Yes

Type: String

Pattern: ^(?!\.$)(?!\.\.$)[\p{L}\p{Z}\p{N}\-_.:=@'|]+$

Minimum: 1

Maximum: 25

Update requires: No interruption

ResourceArn

The Amazon Resource Name (ARN) of the view associated with this page.

Required: Yes

Type: String

Maximum: 2048

Update requires: No interruption

Slug

The URL-friendly identifier for the page.

Required: No

Type: String

Pattern: ^$|^[\p{L}\p{Z}\p{N}\-_.:=@'|]{3,}$

Minimum: 0

Maximum: 63

Update requires: No interruption