AWS::ConnectCampaigns::Campaign OutboundCallConfig
Contains outbound call configuration for an outbound campaign.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AnswerMachineDetectionConfig" :AnswerMachineDetectionConfig, "ConnectContactFlowArn" :String, "ConnectQueueArn" :String, "ConnectSourcePhoneNumber" :String}
YAML
AnswerMachineDetectionConfig:AnswerMachineDetectionConfigConnectContactFlowArn:StringConnectQueueArn:StringConnectSourcePhoneNumber:String
Properties
AnswerMachineDetectionConfigProperty description not available.
Required: No
Type: AnswerMachineDetectionConfig
Update requires: No interruption
ConnectContactFlowArn-
The Amazon Resource Name (ARN) of the flow.
Required: Yes
Type: String
Update requires: No interruption
ConnectQueueArn-
The Amazon Resource Name (ARN) of the queue.
Required: Yes
Type: String
Update requires: No interruption
ConnectSourcePhoneNumber-
The phone number associated with the outbound call. This is the caller ID that is displayed to customers when an agent calls them.
Required: No
Type: String
Update requires: No interruption