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)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaign.ProgressiveDialerConfigPropertystatic final classAn implementation forCfnCampaign.ProgressiveDialerConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBandwidthAllocation
Bandwidth allocation for the progressive dialer. -
builder
-