AWS::ConnectCampaignsV2::Campaign TelephonyOutboundConfig
The outbound configuration for telephony.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AnswerMachineDetectionConfig" :
AnswerMachineDetectionConfig
, "ConnectContactFlowId" :String
, "ConnectSourcePhoneNumber" :String
}
YAML
AnswerMachineDetectionConfig:
AnswerMachineDetectionConfig
ConnectContactFlowId:String
ConnectSourcePhoneNumber:String
Properties
AnswerMachineDetectionConfig
-
The answering machine detection configuration.
Required: No
Type: AnswerMachineDetectionConfig
Update requires: No interruption
ConnectContactFlowId
-
The identifier of the published Amazon Connect contact flow.
Required: Yes
Type: String
Maximum:
500
Update requires: No interruption
ConnectSourcePhoneNumber
-
The Amazon Connect source phone number.
Required: No
Type: String
Maximum:
100
Update requires: No interruption