Resource Type definition for AWS::Connect::TaskTemplate.
instance_arn
(String) The identifier (arn) of the instance.client_token
(String) the client token string in uuid formatconstraints
(Attributes) The constraints for the task template (see below for nested schema)contact_flow_arn
(String) The identifier of the contact flow.defaults
(Attributes List) (see below for nested schema)description
(String) The description of the task template.fields
(Attributes List) The list of task template's fields (see below for nested schema)name
(String) The name of the task template.status
(String) The status of the task templatetags
(Attributes Set) One or more tags. (see below for nested schema)arn
(String) The identifier (arn) of the task template.id
(String) Uniquely identifies the resource.constraints
Optional:
invisible_fields
(Attributes List) The list of the task template's invisible fields (see below for nested schema)read_only_fields
(Attributes List) The list of the task template's read only fields (see below for nested schema)required_fields
(Attributes List) The list of the task template's required fields (see below for nested schema)constraints.invisible_fields
Required:
id
(Attributes) the identifier (name) for the task template field (see below for nested schema)constraints.invisible_fields.id
Required:
name
(String) The name of the task template fieldconstraints.read_only_fields
Required:
id
(Attributes) the identifier (name) for the task template field (see below for nested schema)constraints.read_only_fields.id
Required:
name
(String) The name of the task template fieldconstraints.required_fields
Required:
id
(Attributes) the identifier (name) for the task template field (see below for nested schema)constraints.required_fields.id
Required:
name
(String) The name of the task template fielddefaults
Required:
default_value
(String) the default value for the task template's fieldid
(Attributes) the identifier (name) for the task template field (see below for nested schema)defaults.id
Required:
name
(String) The name of the task template fieldfields
Required:
id
(Attributes) the identifier (name) for the task template field (see below for nested schema)type
(String) The type of the task template's fieldOptional:
description
(String) The description of the task template's fieldsingle_select_options
(List of String) list of field options to be used with single selectfields.id
Required:
name
(String) The name of the task template fieldtags
Required:
key
(String) 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) 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 -.Import is supported using the following syntax:
$ terraform import awscc_connect_task_template.example <resource ID>