Interface CfnCampaignPropsMixin.PredictiveDialerConfigProperty

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

@Stability(Stable) public static interface CfnCampaignPropsMixin.PredictiveDialerConfigProperty extends software.amazon.jsii.JsiiSerializable
Contains predictive 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.*;
 PredictiveDialerConfigProperty predictiveDialerConfigProperty = PredictiveDialerConfigProperty.builder()
         .bandwidthAllocation(123)
         .dialingCapacity(123)
         .build();
 

See Also: