Interface CfnCampaignPropsMixin.WhatsAppOutboundConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCampaignPropsMixin.WhatsAppOutboundConfigProperty.Jsii$Proxy
Enclosing class:
CfnCampaignPropsMixin

@Stability(Stable) public static interface CfnCampaignPropsMixin.WhatsAppOutboundConfigProperty extends software.amazon.jsii.JsiiSerializable
The outbound configuration for WhatsApp.

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.*;
 WhatsAppOutboundConfigProperty whatsAppOutboundConfigProperty = WhatsAppOutboundConfigProperty.builder()
         .connectSourcePhoneNumberArn("connectSourcePhoneNumberArn")
         .wisdomTemplateArn("wisdomTemplateArn")
         .build();
 

See Also: