Interface CfnCampaign.DialerConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaign.DialerConfigProperty.Jsii$Proxy
- Enclosing class:
- CfnCampaign
@Stability(Stable)
public static interface CfnCampaign.DialerConfigProperty
extends software.amazon.jsii.JsiiSerializable
Contains 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.*; DialerConfigProperty dialerConfigProperty = DialerConfigProperty.builder() .predictiveDialerConfig(PredictiveDialerConfigProperty.builder() .bandwidthAllocation(123) .build()) .progressiveDialerConfig(ProgressiveDialerConfigProperty.builder() .bandwidthAllocation(123) .build()) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCampaign.DialerConfigProperty
static final class
An implementation forCfnCampaign.DialerConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPredictiveDialerConfig
The configuration of the predictive dialer. -
getProgressiveDialerConfig
The configuration of the progressive dialer. -
builder
-