CampaignOutboundCallConfigArgs

data class CampaignOutboundCallConfigArgs(val answerMachineDetectionConfig: Output<CampaignAnswerMachineDetectionConfigArgs>? = null, val connectContactFlowArn: Output<String>, val connectQueueArn: Output<String>? = null, val connectSourcePhoneNumber: Output<String>? = null) : ConvertibleToJava<CampaignOutboundCallConfigArgs>

The configuration used for outbound calls.

Constructors

Link copied to clipboard
fun CampaignOutboundCallConfigArgs(answerMachineDetectionConfig: Output<CampaignAnswerMachineDetectionConfigArgs>? = null, connectContactFlowArn: Output<String>, connectQueueArn: Output<String>? = null, connectSourcePhoneNumber: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): CampaignOutboundCallConfigArgs

Properties

Link copied to clipboard

The identifier of the contact flow for the outbound call.

Link copied to clipboard
val connectQueueArn: Output<String>? = null

The queue for the call. If you specify a queue, the phone displayed for caller ID is the phone number specified in the queue. If you do not specify a queue, the queue defined in the contact flow is used. If you do not specify a queue, you must specify a source phone number.

Link copied to clipboard
val connectSourcePhoneNumber: Output<String>? = null

The phone number associated with the Amazon Connect instance, in E.164 format. If you do not specify a source phone number, you must specify a queue.