AWS::Connect::Workspace WorkspacePage - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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