Class CfnCampaignPropsMixin.WhatsAppChannelSubtypeConfigProperty
The configuration for the WhatsApp channel subtype.
Inherited Members
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
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
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
Remarks
DefaultOutboundConfig
The default WhatsApp outbound configuration of an outbound campaign.
public object? DefaultOutboundConfig { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnCampaignPropsMixin.IWhatsAppOutboundConfigProperty
OutboundMode
The outbound mode for WhatsApp of an outbound campaign.
public object? OutboundMode { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnCampaignPropsMixin.IWhatsAppOutboundModeProperty