AWS::Connect::TaskTemplate Field - 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::TaskTemplate Field

Describes a single task template field.

Syntax

To declare this entity in your 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

Minimum: 0

Maximum: 255

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: Array of String

Maximum: 50

Update 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 | EMAIL

Required: 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_ASSIGN

Update requires: No interruption