CampaignSmsOutboundConfigArgs

data class CampaignSmsOutboundConfigArgs(val connectSourcePhoneNumberArn: Output<String>, val wisdomTemplateArn: Output<String>) : ConvertibleToJava<CampaignSmsOutboundConfigArgs>

Default SMS outbound config

Constructors

Link copied to clipboard
constructor(connectSourcePhoneNumberArn: Output<String>, wisdomTemplateArn: Output<String>)

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon Connect source SMS phone number.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon Q in Connect template.

Functions

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