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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaign.WhatsAppOutboundConfigPropertystatic final classAn implementation forCfnCampaign.WhatsAppOutboundConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of the Amazon Connect source WhatsApp phone number.The Amazon Resource Name (ARN) of the Amazon Q in Connect template.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConnectSourcePhoneNumberArn
The Amazon Resource Name (ARN) of the Amazon Connect source WhatsApp phone number.- See Also:
-
getWisdomTemplateArn
The Amazon Resource Name (ARN) of the Amazon Q in Connect template.- See Also:
-
builder
-