AWS::Connect::TaskTemplate Field
Describes a single task template field.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Description" :
String
, "Id" :FieldIdentifier
, "SingleSelectOptions" :[ String, ... ]
, "Type" :String
}
YAML
Description:
String
Id:FieldIdentifier
SingleSelectOptions:- String
Type:String
Properties
Description
-
The description of the field.
Required: No
Type: String
Update 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: List of String
Update requires: No interruption
Type
-
Indicates the type of field. Following are the valid field types:
NAME
DESCRIPTION
|SCHEDULED_TIME
|QUICK_CONNECT
|URL
|NUMBER
|TEXT
|TEXT_AREA
|DATE_TIME
|BOOLEAN
|SINGLE_SELECT
|EMAIL
Required: Yes
Type: String
Update requires: No interruption