interface ProgressiveDialerConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ConnectCampaigns.CfnCampaignPropsMixin.ProgressiveDialerConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnectcampaigns#CfnCampaignPropsMixin_ProgressiveDialerConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connectcampaigns.CfnCampaignPropsMixin.ProgressiveDialerConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_connectcampaigns.CfnCampaignPropsMixin.ProgressiveDialerConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connectcampaigns » CfnCampaignPropsMixin » 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 { aws_connectcampaigns as connectcampaigns } from '@aws-cdk/cfn-property-mixins';
const progressiveDialerConfigProperty: connectcampaigns.CfnCampaignPropsMixin.ProgressiveDialerConfigProperty = {
bandwidthAllocation: 123,
dialingCapacity: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| bandwidth | number | Bandwidth allocation for the progressive dialer. |
| dialing | number | The allocation of dialing capacity between multiple active campaigns. |
bandwidthAllocation?
Type:
number
(optional)
Bandwidth allocation for the progressive dialer.
dialingCapacity?
Type:
number
(optional)
The allocation of dialing capacity between multiple active campaigns.

.NET
Go
Java
Python
TypeScript