Interface CfnCampaignPropsMixin.PredictiveConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.PredictiveConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.PredictiveConfigProperty
extends software.amazon.jsii.JsiiSerializable
Contains predictive outbound mode configuration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.connectcampaignsv2.mixins.*;
PredictiveConfigProperty predictiveConfigProperty = PredictiveConfigProperty.builder()
.bandwidthAllocation(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.PredictiveConfigPropertystatic final classAn implementation forCfnCampaignPropsMixin.PredictiveConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBandwidthAllocation
Bandwidth allocation for the predictive outbound mode.- See Also:
-
builder
-