Interface CfnCampaignPropsMixin.WhatsAppOutboundModeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.WhatsAppOutboundModeProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.WhatsAppOutboundModeProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about the WhatsApp outbound mode.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connectcampaignsv2.*;
Object agentlessConfig;
WhatsAppOutboundModeProperty whatsAppOutboundModeProperty = WhatsAppOutboundModeProperty.builder()
.agentlessConfig(agentlessConfig)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.WhatsAppOutboundModePropertystatic final classAn implementation forCfnCampaignPropsMixin.WhatsAppOutboundModeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentlessConfig
Agentless config.- See Also:
-
builder
-