Class CfnCampaignPropsMixin.CommunicationLimitsProperty
Contains information about communication limits.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.ConnectCampaignsV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCampaignPropsMixin.CommunicationLimitsProperty : CfnCampaignPropsMixin.ICommunicationLimitsProperty
Syntax (vb)
Public Class CfnCampaignPropsMixin.CommunicationLimitsProperty Implements CfnCampaignPropsMixin.ICommunicationLimitsProperty
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 communicationLimitsProperty = new CommunicationLimitsProperty {
CommunicationLimitList = new [] { new CommunicationLimitProperty {
Frequency = 123,
MaxCountPerRecipient = 123,
Unit = "unit"
} }
};
Synopsis
Constructors
| CommunicationLimitsProperty() | Contains information about communication limits. |
Properties
| CommunicationLimitList | The list of CommunicationLimits. |
Constructors
CommunicationLimitsProperty()
Contains information about communication limits.
public CommunicationLimitsProperty()
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 communicationLimitsProperty = new CommunicationLimitsProperty {
CommunicationLimitList = new [] { new CommunicationLimitProperty {
Frequency = 123,
MaxCountPerRecipient = 123,
Unit = "unit"
} }
};
Properties
CommunicationLimitList
The list of CommunicationLimits.
public object? CommunicationLimitList { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnCampaignPropsMixin.ICommunicationLimitProperty)[]