AWS::Wisdom::MessageTemplate AgentAttributes - 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::Wisdom::MessageTemplate AgentAttributes

Information about an agent.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "FirstName" : String, "LastName" : String }

YAML

FirstName: String LastName: String

Properties

FirstName

The agent’s first name as entered in their Amazon Connect user account.

Required: No

Type: String

Minimum: 1

Maximum: 32767

Update requires: No interruption

LastName

The agent’s last name as entered in their Amazon Connect user account.

Required: No

Type: String

Minimum: 1

Maximum: 32767

Update requires: No interruption