Interface CfnCampaignPropsMixin.ProgressiveConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.ProgressiveConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.ProgressiveConfigProperty
extends software.amazon.jsii.JsiiSerializable
Contains the progressive 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.cfnpropertymixins.services.connectcampaignsv2.*;
ProgressiveConfigProperty progressiveConfigProperty = ProgressiveConfigProperty.builder()
.bandwidthAllocation(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.ProgressiveConfigPropertystatic final classAn implementation forCfnCampaignPropsMixin.ProgressiveConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBandwidthAllocation
Bandwidth allocation for the progressive outbound mode.- See Also:
-
builder
-