Show / Hide Table of Contents

Class CfnCampaignPropsMixin.EntryLimitsConfigProperty

Entry limits config for a campaign.

Inheritance
object
CfnCampaignPropsMixin.EntryLimitsConfigProperty
Implements
CfnCampaignPropsMixin.IEntryLimitsConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ConnectCampaignsV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnCampaignPropsMixin.EntryLimitsConfigProperty : CfnCampaignPropsMixin.IEntryLimitsConfigProperty
Syntax (vb)
Public Class CfnCampaignPropsMixin.EntryLimitsConfigProperty Implements CfnCampaignPropsMixin.IEntryLimitsConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-entrylimitsconfig.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.CfnPropertyMixins.AWS.ConnectCampaignsV2;

             var entryLimitsConfigProperty = new EntryLimitsConfigProperty {
                 MaxEntryCount = 123,
                 MinEntryInterval = "minEntryInterval"
             };

Synopsis

Constructors

EntryLimitsConfigProperty()

Entry limits config for a campaign.

Properties

MaxEntryCount

Maximum number of entries per participant.

MinEntryInterval

Time duration in ISO 8601 format.

Constructors

EntryLimitsConfigProperty()

Entry limits config for a campaign.

public EntryLimitsConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-entrylimitsconfig.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.CfnPropertyMixins.AWS.ConnectCampaignsV2;

             var entryLimitsConfigProperty = new EntryLimitsConfigProperty {
                 MaxEntryCount = 123,
                 MinEntryInterval = "minEntryInterval"
             };

Properties

MaxEntryCount

Maximum number of entries per participant.

public double? MaxEntryCount { get; set; }
Property Value

double?

Remarks

0 indicates unlimited entries.

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

MinEntryInterval

Time duration in ISO 8601 format.

public string? MinEntryInterval { get; set; }
Property Value

string

Remarks

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

Implements

CfnCampaignPropsMixin.IEntryLimitsConfigProperty
Back to top Generated by DocFX