Show / Hide Table of Contents

Class CfnCampaign.ProgressiveDialerConfigProperty

Contains progressive dialer configuration for an outbound campaign.

Inheritance
System.Object
CfnCampaign.ProgressiveDialerConfigProperty
Implements
CfnCampaign.IProgressiveDialerConfigProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaigns-campaign-progressivedialerconfig.html

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

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaigns-campaign-progressivedialerconfig.html#cfn-connectcampaigns-campaign-progressivedialerconfig-bandwidthallocation

Implements

CfnCampaign.IProgressiveDialerConfigProperty
Back to top Generated by DocFX