Quick Connect Config Args
data class QuickConnectConfigArgs(val phoneConfig: Output<QuickConnectPhoneNumberQuickConnectConfigArgs>? = null, val queueConfig: Output<QuickConnectQueueQuickConnectConfigArgs>? = null, val quickConnectType: Output<QuickConnectType>, val userConfig: Output<QuickConnectUserQuickConnectConfigArgs>? = null) : ConvertibleToJava<QuickConnectConfigArgs>
Configuration settings for the quick connect.
Constructors
Link copied to clipboard
constructor(phoneConfig: Output<QuickConnectPhoneNumberQuickConnectConfigArgs>? = null, queueConfig: Output<QuickConnectQueueQuickConnectConfigArgs>? = null, quickConnectType: Output<QuickConnectType>, userConfig: Output<QuickConnectUserQuickConnectConfigArgs>? = null)
Properties
Link copied to clipboard
The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER.
Link copied to clipboard
The queue configuration. This is required only if QuickConnectType is QUEUE.
Link copied to clipboard
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).
Link copied to clipboard
The user configuration. This is required only if QuickConnectType is USER.