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

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

Properties

InstanceArn string | Aws_CF_FunctionString required

The identifier of the Amazon Connect instance.

Name string | Aws_CF_FunctionString required

The name of the quick connect.

QuickConnectConfig object required

Configuration settings for the quick connect.

4 nested properties
QuickConnectType string | Aws_CF_FunctionString required

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).

PhoneConfig object

The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER.

1 nested properties
PhoneNumber string | Aws_CF_FunctionString required

The phone number in E.164 format.

QueueConfig object

The queue configuration. This is required only if QuickConnectType is QUEUE.

2 nested properties
ContactFlowArn string | Aws_CF_FunctionString required

The identifier of the contact flow.

QueueArn string | Aws_CF_FunctionString required

The identifier for the queue.

UserConfig object

The user configuration. This is required only if QuickConnectType is USER.

2 nested properties
ContactFlowArn string | Aws_CF_FunctionString required

The identifier of the contact flow.

UserArn string | Aws_CF_FunctionString required

The identifier of the user.

Description string | Aws_CF_FunctionString

The description of the quick connect.

Tags Tag[]

One or more tags.

maxItems=200uniqueItems=true

Definitions

QuickConnectType string | Aws_CF_FunctionString

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).

PhoneNumber string | Aws_CF_FunctionString

The phone number in E.164 format.

ContactFlowArn string | Aws_CF_FunctionString

The identifier of the contact flow.

QueueArn string | Aws_CF_FunctionString

The identifier for the queue.

UserArn string | Aws_CF_FunctionString

The identifier of the user.

PhoneNumberQuickConnectConfig object

The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER.

PhoneNumber string | Aws_CF_FunctionString required

The phone number in E.164 format.

QueueQuickConnectConfig object

The queue configuration. This is required only if QuickConnectType is QUEUE.

ContactFlowArn string | Aws_CF_FunctionString required

The identifier of the contact flow.

QueueArn string | Aws_CF_FunctionString required

The identifier for the queue.

UserQuickConnectConfig object

The user configuration. This is required only if QuickConnectType is USER.

ContactFlowArn string | Aws_CF_FunctionString required

The identifier of the contact flow.

UserArn string | Aws_CF_FunctionString required

The identifier of the user.

QuickConnectConfig object

Configuration settings for the quick connect.

QuickConnectType string | Aws_CF_FunctionString required

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).

PhoneConfig object

The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER.

1 nested properties
PhoneNumber string | Aws_CF_FunctionString required

The phone number in E.164 format.

QueueConfig object

The queue configuration. This is required only if QuickConnectType is QUEUE.

2 nested properties
ContactFlowArn string | Aws_CF_FunctionString required

The identifier of the contact flow.

QueueArn string | Aws_CF_FunctionString required

The identifier for the queue.

UserConfig object

The user configuration. This is required only if QuickConnectType is USER.

2 nested properties
ContactFlowArn string | Aws_CF_FunctionString required

The identifier of the contact flow.

UserArn string | Aws_CF_FunctionString required

The identifier of the user.

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 -.