Interface CfnCampaignPropsMixin.ProgressiveDialerConfigProperty

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

@Stability(Stable) public static interface CfnCampaignPropsMixin.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.cfnpropertymixins.services.connectcampaigns.*;
 ProgressiveDialerConfigProperty progressiveDialerConfigProperty = ProgressiveDialerConfigProperty.builder()
         .bandwidthAllocation(123)
         .dialingCapacity(123)
         .build();
 

See Also: