Show / Hide Table of Contents

Class CfnCampaignPropsMixin.CommunicationLimitsProperty

Contains information about communication limits.

Inheritance
object
CfnCampaignPropsMixin.CommunicationLimitsProperty
Implements
CfnCampaignPropsMixin.ICommunicationLimitsProperty
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.CommunicationLimitsProperty : CfnCampaignPropsMixin.ICommunicationLimitsProperty
Syntax (vb)
Public Class CfnCampaignPropsMixin.CommunicationLimitsProperty Implements CfnCampaignPropsMixin.ICommunicationLimitsProperty
Remarks

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

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

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnCampaignPropsMixin.ICommunicationLimitProperty)[]

Implements

CfnCampaignPropsMixin.ICommunicationLimitsProperty
Back to top Generated by DocFX