Interface CfnCampaign.OutboundCallConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCampaign.OutboundCallConfigProperty.Jsii$Proxy
Enclosing class:
CfnCampaign

@Stability(Stable) public static interface CfnCampaign.OutboundCallConfigProperty extends software.amazon.jsii.JsiiSerializable
Contains outbound call configuration for an outbound campaign.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.connectcampaigns.*;
 OutboundCallConfigProperty outboundCallConfigProperty = OutboundCallConfigProperty.builder()
         .connectContactFlowArn("connectContactFlowArn")
         .connectQueueArn("connectQueueArn")
         // the properties below are optional
         .answerMachineDetectionConfig(AnswerMachineDetectionConfigProperty.builder()
                 .enableAnswerMachineDetection(false)
                 .build())
         .connectSourcePhoneNumber("connectSourcePhoneNumber")
         .build();
 
  • Method Details

    • getConnectContactFlowArn

      @Stability(Stable) @NotNull String getConnectContactFlowArn()
      The Amazon Resource Name (ARN) of the flow.
    • getConnectQueueArn

      @Stability(Stable) @NotNull String getConnectQueueArn()
      The Amazon Resource Name (ARN) of the queue.
    • getAnswerMachineDetectionConfig

      @Stability(Stable) @Nullable default Object getAnswerMachineDetectionConfig()
      CfnCampaign.OutboundCallConfigProperty.AnswerMachineDetectionConfig.
    • getConnectSourcePhoneNumber

      @Stability(Stable) @Nullable default String getConnectSourcePhoneNumber()
      The phone number associated with the outbound call.

      This is the caller ID that is displayed to customers when an agent calls them.

    • builder

      @Stability(Stable) static CfnCampaign.OutboundCallConfigProperty.Builder builder()
      Returns:
      a CfnCampaign.OutboundCallConfigProperty.Builder of CfnCampaign.OutboundCallConfigProperty