Interface CfnCampaign.WhatsAppOutboundConfigProperty

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

@Stability(Stable) public static interface CfnCampaign.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.services.connectcampaignsv2.*;
 WhatsAppOutboundConfigProperty whatsAppOutboundConfigProperty = WhatsAppOutboundConfigProperty.builder()
         .connectSourcePhoneNumberArn("connectSourcePhoneNumberArn")
         .wisdomTemplateArn("wisdomTemplateArn")
         .build();
 

See Also: