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 Constraints
Describes constraints that apply to the template fields.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "InvisibleFields" :[ InvisibleFieldInfo, ... ], "ReadOnlyFields" :[ ReadOnlyFieldInfo, ... ], "RequiredFields" :[ RequiredFieldInfo, ... ]}
YAML
InvisibleFields:- InvisibleFieldInfoReadOnlyFields:- ReadOnlyFieldInfoRequiredFields:- RequiredFieldInfo
Properties
- InvisibleFields
- 
                    Lists the fields that are invisible to agents. Required: No Type: Array of InvisibleFieldInfo Maximum: 50Update requires: No interruption 
- ReadOnlyFields
- 
                    Lists the fields that are read-only to agents, and cannot be edited. Required: No Type: Array of ReadOnlyFieldInfo Maximum: 50Update requires: No interruption 
- RequiredFields
- 
                    Lists the fields that are required to be filled by agents. Required: No Type: Array of RequiredFieldInfo Maximum: 50Update requires: No interruption