Resource Type definition for AWS::Connect::QuickConnect
instance_arn
(String) The identifier of the Amazon Connect instance.name
(String) The name of the quick connect.quick_connect_config
(Attributes) Configuration settings for the quick connect. (see below for nested schema)description
(String) The description of the quick connect.tags
(Attributes Set) One or more tags. (see below for nested schema)id
(String) Uniquely identifies the resource.quick_connect_arn
(String) The Amazon Resource Name (ARN) for the quick connect.quick_connect_type
(String) The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).quick_connect_config
Required:
quick_connect_type
(String) The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).Optional:
phone_config
(Attributes) The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER. (see below for nested schema)queue_config
(Attributes) The queue configuration. This is required only if QuickConnectType is QUEUE. (see below for nested schema)user_config
(Attributes) The user configuration. This is required only if QuickConnectType is USER. (see below for nested schema)quick_connect_config.phone_config
Required:
phone_number
(String) The phone number in E.164 format.quick_connect_config.queue_config
Required:
contact_flow_arn
(String) The identifier of the contact flow.queue_arn
(String) The identifier for the queue.quick_connect_config.user_config
Required:
contact_flow_arn
(String) The identifier of the contact flow.user_arn
(String) The identifier of the user.tags
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_quick_connect.example <resource ID>