interface ProgressiveDialerConfigProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.ConnectCampaigns.CfnCampaign.ProgressiveDialerConfigProperty | 
  Java | software.amazon.awscdk.services.connectcampaigns.CfnCampaign.ProgressiveDialerConfigProperty | 
  Python | aws_cdk.aws_connectcampaigns.CfnCampaign.ProgressiveDialerConfigProperty | 
  TypeScript  | @aws-cdk/aws-connectcampaigns » CfnCampaign » ProgressiveDialerConfigProperty | 
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 * as connectcampaigns from '@aws-cdk/aws-connectcampaigns';
const progressiveDialerConfigProperty: connectcampaigns.CfnCampaign.ProgressiveDialerConfigProperty = {
  bandwidthAllocation: 123,
};
Properties
| Name | Type | Description | 
|---|---|---|
| bandwidth | number | Bandwidth allocation for the progressive dialer. | 
bandwidthAllocation
Type:
number
Bandwidth allocation for the progressive dialer.

 .NET
 Java
 Python
 TypeScript