Show / Hide Table of Contents

Class CfnCampaignPropsMixin.WhatsAppChannelSubtypeConfigProperty

The configuration for the WhatsApp channel subtype.

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

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

             var whatsAppChannelSubtypeConfigProperty = new WhatsAppChannelSubtypeConfigProperty {
                 Capacity = 123,
                 DefaultOutboundConfig = new WhatsAppOutboundConfigProperty {
                     ConnectSourcePhoneNumberArn = "connectSourcePhoneNumberArn",
                     WisdomTemplateArn = "wisdomTemplateArn"
                 },
                 OutboundMode = new WhatsAppOutboundModeProperty {
                     AgentlessConfig = agentlessConfig
                 }
             };

Synopsis

Constructors

WhatsAppChannelSubtypeConfigProperty()

The configuration for the WhatsApp channel subtype.

Properties

Capacity

The allocation of WhatsApp capacity between multiple running outbound campaigns.

DefaultOutboundConfig

The default WhatsApp outbound configuration of an outbound campaign.

OutboundMode

The outbound mode for WhatsApp of an outbound campaign.

Constructors

WhatsAppChannelSubtypeConfigProperty()

The configuration for the WhatsApp channel subtype.

public WhatsAppChannelSubtypeConfigProperty()
Remarks

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

             var whatsAppChannelSubtypeConfigProperty = new WhatsAppChannelSubtypeConfigProperty {
                 Capacity = 123,
                 DefaultOutboundConfig = new WhatsAppOutboundConfigProperty {
                     ConnectSourcePhoneNumberArn = "connectSourcePhoneNumberArn",
                     WisdomTemplateArn = "wisdomTemplateArn"
                 },
                 OutboundMode = new WhatsAppOutboundModeProperty {
                     AgentlessConfig = agentlessConfig
                 }
             };

Properties

Capacity

The allocation of WhatsApp capacity between multiple running outbound campaigns.

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

double?

Remarks

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

DefaultOutboundConfig

The default WhatsApp outbound configuration of an outbound campaign.

public object? DefaultOutboundConfig { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnCampaignPropsMixin.IWhatsAppOutboundConfigProperty

OutboundMode

The outbound mode for WhatsApp of an outbound campaign.

public object? OutboundMode { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnCampaignPropsMixin.IWhatsAppOutboundModeProperty

Implements

CfnCampaignPropsMixin.IWhatsAppChannelSubtypeConfigProperty
Back to top Generated by DocFX