QueueOutboundCallerConfigArgs

data class QueueOutboundCallerConfigArgs(val outboundCallerIdName: Output<String>? = null, val outboundCallerIdNumberArn: Output<String>? = null, val outboundFlowArn: Output<String>? = null) : ConvertibleToJava<QueueOutboundCallerConfigArgs>

The outbound caller ID name, number, and outbound whisper flow.

Constructors

Link copied to clipboard
constructor(outboundCallerIdName: Output<String>? = null, outboundCallerIdNumberArn: Output<String>? = null, outboundFlowArn: Output<String>? = null)

Properties

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

The caller ID name.

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

The Amazon Resource Name (ARN) of the outbound caller ID number.

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

The Amazon Resource Name (ARN) of the outbound flow.

Functions

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