interface ProgressiveDialerConfigProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ConnectCampaigns.CfnCampaign.ProgressiveDialerConfigProperty |
![]() | software.amazon.awscdk.services.connectcampaigns.CfnCampaign.ProgressiveDialerConfigProperty |
![]() | aws_cdk.aws_connectcampaigns.CfnCampaign.ProgressiveDialerConfigProperty |
![]() | @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.