Interface CfnCampaign.ProgressiveDialerConfigProperty

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

@Stability(Stable) public static interface CfnCampaign.ProgressiveDialerConfigProperty extends software.amazon.jsii.JsiiSerializable
Contains progressive dialer 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.*;
 ProgressiveDialerConfigProperty progressiveDialerConfigProperty = ProgressiveDialerConfigProperty.builder()
         .bandwidthAllocation(123)
         // the properties below are optional
         .dialingCapacity(123)
         .build();
 

See Also: