Class CfnCampaignPropsMixin.ProgressiveConfigProperty
Contains the progressive outbound mode configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.ConnectCampaignsV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCampaignPropsMixin.ProgressiveConfigProperty : CfnCampaignPropsMixin.IProgressiveConfigProperty
Syntax (vb)
Public Class CfnCampaignPropsMixin.ProgressiveConfigProperty Implements CfnCampaignPropsMixin.IProgressiveConfigProperty
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.Mixins.Preview.AWS.ConnectCampaignsV2.Mixins;
var progressiveConfigProperty = new ProgressiveConfigProperty {
BandwidthAllocation = 123
};
Synopsis
Constructors
| ProgressiveConfigProperty() | Contains the progressive outbound mode configuration. |
Properties
| BandwidthAllocation | Bandwidth allocation for the progressive outbound mode. |
Constructors
ProgressiveConfigProperty()
Contains the progressive outbound mode configuration.
public ProgressiveConfigProperty()
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.Mixins.Preview.AWS.ConnectCampaignsV2.Mixins;
var progressiveConfigProperty = new ProgressiveConfigProperty {
BandwidthAllocation = 123
};
Properties
BandwidthAllocation
Bandwidth allocation for the progressive outbound mode.
public double? BandwidthAllocation { get; set; }