This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Connect::TaskTemplate Field
Describes a single task template field.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "Id" :FieldIdentifier, "SingleSelectOptions" :[ String, ... ], "Type" :String}
YAML
Description:StringId:FieldIdentifierSingleSelectOptions:- StringType:String
Properties
Description-
The description of the field.
Required: No
Type: String
Minimum:
0Maximum:
255Update requires: No interruption
Id-
The unique identifier for the field.
Required: Yes
Type: FieldIdentifier
Update requires: No interruption
SingleSelectOptions-
A list of options for a single select field.
Required: No
Type: Array of String
Maximum:
50Update requires: No interruption
Type-
Indicates the type of field. Following are the valid field types:
NAMEDESCRIPTION|SCHEDULED_TIME|QUICK_CONNECT|URL|NUMBER|TEXT|TEXT_AREA|DATE_TIME|BOOLEAN|SINGLE_SELECT|EMAILRequired: Yes
Type: String
Allowed values:
NAME | DESCRIPTION | SCHEDULED_TIME | QUICK_CONNECT | URL | NUMBER | TEXT | TEXT_AREA | DATE_TIME | BOOLEAN | SINGLE_SELECT | EMAIL | EXPIRY_DURATION | SELF_ASSIGNUpdate requires: No interruption