AWS::ConnectCampaigns::Campaign OutboundCallConfig
Contains outbound call configuration for an outbound campaign.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AnswerMachineDetectionConfig" :
AnswerMachineDetectionConfig
, "ConnectContactFlowArn" :String
, "ConnectQueueArn" :String
, "ConnectSourcePhoneNumber" :String
}
YAML
AnswerMachineDetectionConfig:
AnswerMachineDetectionConfig
ConnectContactFlowArn:String
ConnectQueueArn:String
ConnectSourcePhoneNumber:String
Properties
AnswerMachineDetectionConfig
-
Whether answering machine detection has been enabled.
Required: No
Type: AnswerMachineDetectionConfig
Update requires: No interruption
ConnectContactFlowArn
-
The Amazon Resource Name (ARN) of the flow.
Required: Yes
Type: String
Pattern:
^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*$
Maximum:
500
Update requires: No interruption
ConnectQueueArn
-
The Amazon Resource Name (ARN) of the queue.
Required: No
Type: String
Pattern:
^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/queue/[-a-zA-Z0-9]*$
Maximum:
500
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
Maximum:
100
Update requires: No interruption