Class CfnCampaignPropsMixin.EntryLimitsConfigProperty
Entry limits config for a campaign.
Implements
Inherited Members
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
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
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
Remarks
MinEntryInterval
Time duration in ISO 8601 format.
public string? MinEntryInterval { get; set; }