

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::ConnectCampaignsV2::Campaign WhatsAppOutboundConfig
<a name="aws-properties-connectcampaignsv2-campaign-whatsappoutboundconfig"></a>

The outbound configuration for WhatsApp.

## Syntax
<a name="aws-properties-connectcampaignsv2-campaign-whatsappoutboundconfig-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-connectcampaignsv2-campaign-whatsappoutboundconfig-syntax.json"></a>

```
{
  "[ConnectSourcePhoneNumberArn](#cfn-connectcampaignsv2-campaign-whatsappoutboundconfig-connectsourcephonenumberarn)" : {{String}},
  "[WisdomTemplateArn](#cfn-connectcampaignsv2-campaign-whatsappoutboundconfig-wisdomtemplatearn)" : {{String}}
}
```

### YAML
<a name="aws-properties-connectcampaignsv2-campaign-whatsappoutboundconfig-syntax.yaml"></a>

```
  [ConnectSourcePhoneNumberArn](#cfn-connectcampaignsv2-campaign-whatsappoutboundconfig-connectsourcephonenumberarn): {{String}}
  [WisdomTemplateArn](#cfn-connectcampaignsv2-campaign-whatsappoutboundconfig-wisdomtemplatearn): {{String}}
```

## Properties
<a name="aws-properties-connectcampaignsv2-campaign-whatsappoutboundconfig-properties"></a>

`ConnectSourcePhoneNumberArn`  <a name="cfn-connectcampaignsv2-campaign-whatsappoutboundconfig-connectsourcephonenumberarn"></a>
The Amazon Resource Name (ARN) of the Connect Customer source WhatsApp phone number.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^arn:.*$`  
*Minimum*: `20`  
*Maximum*: `500`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WisdomTemplateArn`  <a name="cfn-connectcampaignsv2-campaign-whatsappoutboundconfig-wisdomtemplatearn"></a>
The Amazon Resource Name (ARN) of the Amazon Q in Connect template.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^arn:.*$`  
*Minimum*: `20`  
*Maximum*: `500`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)