Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-connect-tasktemplate.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::Connect::TaskTemplate.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-connect

Properties

InstanceArn string | Aws_CF_FunctionString required

The identifier (arn) of the instance.

Name string | Aws_CF_FunctionString

The name of the task template.

Description string | Aws_CF_FunctionString

The description of the task template.

ContactFlowArn string | Aws_CF_FunctionString

The identifier of the contact flow.

Constraints object

The constraints for the task template

3 nested properties
InvisibleFields InvisibleFieldInfo[]

The list of the task template's invisible fields

maxItems=50
RequiredFields RequiredFieldInfo[]

The list of the task template's required fields

maxItems=50
ReadOnlyFields ReadOnlyFieldInfo[]

The list of the task template's read only fields

maxItems=50
maxItems=50
Fields Field[]

The list of task template's fields

maxItems=50
Status string | Aws_CF_FunctionString

The status of the task template

ClientToken string | Aws_CF_FunctionString

the client token string in uuid format

Tags Tag[]

One or more tags.

maxItems=50uniqueItems=true

Definitions

Status string | Aws_CF_FunctionString

The status of the task template

FieldType string | Aws_CF_FunctionString

The type of the task template's field

FieldIdentifier object

the identifier (name) for the task template field

Name string | Aws_CF_FunctionString required

The name of the task template field

FieldOption string | Aws_CF_FunctionString

Single select field identifier

Field object

A task template field object.

Id object required

the identifier (name) for the task template field

1 nested properties
Name string | Aws_CF_FunctionString required

The name of the task template field

Type string | Aws_CF_FunctionString required

The type of the task template's field

Description string | Aws_CF_FunctionString

The description of the task template's field

SingleSelectOptions FieldOption[]

list of field options to be used with single select

maxItems=50
InvisibleFieldInfo object

Invisible field info

Id object required

the identifier (name) for the task template field

1 nested properties
Name string | Aws_CF_FunctionString required

The name of the task template field

InvisibleTaskTemplateFields InvisibleFieldInfo[]

The list of the task template's invisible fields

ReadOnlyFieldInfo object

ReadOnly field info

Id object required

the identifier (name) for the task template field

1 nested properties
Name string | Aws_CF_FunctionString required

The name of the task template field

ReadOnlyTaskTemplateFields ReadOnlyFieldInfo[]

The list of the task template's read only fields

RequiredFieldInfo object

Required field info

Id object required

the identifier (name) for the task template field

1 nested properties
Name string | Aws_CF_FunctionString required

The name of the task template field

RequiredTaskTemplateFields RequiredFieldInfo[]

The list of the task template's required fields

FieldValue string | Aws_CF_FunctionString

the default value for the task template's field

DefaultFieldValue object

the default value for the task template's field

Id object required

the identifier (name) for the task template field

1 nested properties
Name string | Aws_CF_FunctionString required

The name of the task template field

DefaultValue string | Aws_CF_FunctionString required

the default value for the task template's field

ClientToken string | Aws_CF_FunctionString

the client token string in uuid format

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. . You can specify a value that is maximum of 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.