Class CfnCampaign.ProgressiveDialerConfigProperty
Contains progressive dialer configuration for an outbound campaign.
Inheritance
System.Object
CfnCampaign.ProgressiveDialerConfigProperty
Implements
Namespace: Amazon.CDK.AWS.ConnectCampaigns
Assembly: Amazon.CDK.AWS.ConnectCampaigns.dll
Syntax (csharp)
public class ProgressiveDialerConfigProperty : Object, CfnCampaign.IProgressiveDialerConfigProperty
Syntax (vb)
Public Class ProgressiveDialerConfigProperty
Inherits Object
Implements CfnCampaign.IProgressiveDialerConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ConnectCampaigns;
var progressiveDialerConfigProperty = new ProgressiveDialerConfigProperty {
BandwidthAllocation = 123
};
Synopsis
Constructors
ProgressiveDialerConfigProperty() |
Properties
BandwidthAllocation | Bandwidth allocation for the progressive dialer. |
Constructors
ProgressiveDialerConfigProperty()
public ProgressiveDialerConfigProperty()
Properties
BandwidthAllocation
Bandwidth allocation for the progressive dialer.
public double BandwidthAllocation { get; set; }
Property Value
System.Double