aws-cdk-lib.aws_connectcampaigns.CfnCampaign.ProgressiveDialerConfigProperty

interface ProgressiveDialerConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.ConnectCampaigns.CfnCampaign.ProgressiveDialerConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnectcampaigns#CfnCampaign_ProgressiveDialerConfigProperty
Javasoftware.amazon.awscdk.services.connectcampaigns.CfnCampaign.ProgressiveDialerConfigProperty
Pythonaws_cdk.aws_connectcampaigns.CfnCampaign.ProgressiveDialerConfigProperty
TypeScript aws-cdk-lib » 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 { aws_connectcampaigns as connectcampaigns } from 'aws-cdk-lib';
const progressiveDialerConfigProperty: connectcampaigns.CfnCampaign.ProgressiveDialerConfigProperty = {
  bandwidthAllocation: 123,
};

Properties

NameTypeDescription
bandwidthAllocationnumberBandwidth allocation for the progressive dialer.

bandwidthAllocation

Type: number

Bandwidth allocation for the progressive dialer.