Show / Hide Table of Contents

Class CfnCampaignPropsMixin.ProgressiveConfigProperty

Contains the progressive outbound mode configuration.

Inheritance
object
CfnCampaignPropsMixin.ProgressiveConfigProperty
Implements
CfnCampaignPropsMixin.IProgressiveConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-progressiveconfig.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-progressiveconfig.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.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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-progressiveconfig.html#cfn-connectcampaignsv2-campaign-progressiveconfig-bandwidthallocation

Implements

CfnCampaignPropsMixin.IProgressiveConfigProperty
Back to top Generated by DocFX