AWS::ConnectCampaignsV2::Campaign SmsOutboundConfig
The outbound configuration for SMS.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConnectSourcePhoneNumberArn" :
String
, "WisdomTemplateArn" :String
}
YAML
ConnectSourcePhoneNumberArn:
String
WisdomTemplateArn:String
Properties
ConnectSourcePhoneNumberArn
-
The Amazon Resource Name (ARN) of the Amazon Connect source SMS phone number.
Required: Yes
Type: String
Pattern:
^arn:.*$
Minimum:
20
Maximum:
500
Update requires: No interruption
WisdomTemplateArn
-
The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
Required: Yes
Type: String
Pattern:
^arn:.*$
Minimum:
20
Maximum:
500
Update requires: No interruption