

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

# AWS::Pinpoint::PushTemplate
<a name="aws-resource-pinpoint-pushtemplate"></a>

Creates a message template that you can use in messages that are sent through a push notification channel. A *message template* is a set of content and settings that you can define, save, and reuse in messages for any of your Amazon Pinpoint applications.

## Syntax
<a name="aws-resource-pinpoint-pushtemplate-syntax"></a>

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

### JSON
<a name="aws-resource-pinpoint-pushtemplate-syntax.json"></a>

```
{
  "Type" : "AWS::Pinpoint::PushTemplate",
  "Properties" : {
      "[ADM](#cfn-pinpoint-pushtemplate-adm)" : AndroidPushNotificationTemplate,
      "[APNS](#cfn-pinpoint-pushtemplate-apns)" : APNSPushNotificationTemplate,
      "[Baidu](#cfn-pinpoint-pushtemplate-baidu)" : AndroidPushNotificationTemplate,
      "[Default](#cfn-pinpoint-pushtemplate-default)" : DefaultPushNotificationTemplate,
      "[DefaultSubstitutions](#cfn-pinpoint-pushtemplate-defaultsubstitutions)" : String,
      "[GCM](#cfn-pinpoint-pushtemplate-gcm)" : AndroidPushNotificationTemplate,
      "[Tags](#cfn-pinpoint-pushtemplate-tags)" : [ [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html), ... ],
      "[TemplateDescription](#cfn-pinpoint-pushtemplate-templatedescription)" : String,
      "[TemplateName](#cfn-pinpoint-pushtemplate-templatename)" : String
    }
}
```

### YAML
<a name="aws-resource-pinpoint-pushtemplate-syntax.yaml"></a>

```
Type: AWS::Pinpoint::PushTemplate
Properties:
  [ADM](#cfn-pinpoint-pushtemplate-adm): 
    AndroidPushNotificationTemplate
  [APNS](#cfn-pinpoint-pushtemplate-apns): 
    APNSPushNotificationTemplate
  [Baidu](#cfn-pinpoint-pushtemplate-baidu): 
    AndroidPushNotificationTemplate
  [Default](#cfn-pinpoint-pushtemplate-default): 
    DefaultPushNotificationTemplate
  [DefaultSubstitutions](#cfn-pinpoint-pushtemplate-defaultsubstitutions): String
  [GCM](#cfn-pinpoint-pushtemplate-gcm): 
    AndroidPushNotificationTemplate
  [Tags](#cfn-pinpoint-pushtemplate-tags): 
    - [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html)
  [TemplateDescription](#cfn-pinpoint-pushtemplate-templatedescription): String
  [TemplateName](#cfn-pinpoint-pushtemplate-templatename): String
```

## Properties
<a name="aws-resource-pinpoint-pushtemplate-properties"></a>

`ADM`  <a name="cfn-pinpoint-pushtemplate-adm"></a>
The message template to use for the ADM (Amazon Device Messaging) channel. This message template overrides the default template for push notification channels (`Default`).  
*Required*: No  
*Type*: [AndroidPushNotificationTemplate](aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`APNS`  <a name="cfn-pinpoint-pushtemplate-apns"></a>
The message template to use for the APNs (Apple Push Notification service) channel. This message template overrides the default template for push notification channels (`Default`).  
*Required*: No  
*Type*: [APNSPushNotificationTemplate](aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Baidu`  <a name="cfn-pinpoint-pushtemplate-baidu"></a>
The message template to use for the Baidu (Baidu Cloud Push) channel. This message template overrides the default template for push notification channels (`Default`).  
*Required*: No  
*Type*: [AndroidPushNotificationTemplate](aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Default`  <a name="cfn-pinpoint-pushtemplate-default"></a>
The default message template to use for push notification channels.  
*Required*: No  
*Type*: [DefaultPushNotificationTemplate](aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultSubstitutions`  <a name="cfn-pinpoint-pushtemplate-defaultsubstitutions"></a>
A JSON object that specifies the default values to use for message variables in the message template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable. When you create a message that's based on the template, you can override these defaults with message-specific and address-specific variables and values.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GCM`  <a name="cfn-pinpoint-pushtemplate-gcm"></a>
The message template to use for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. This message template overrides the default template for push notification channels (`Default`).  
*Required*: No  
*Type*: [AndroidPushNotificationTemplate](aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-pinpoint-pushtemplate-tags"></a>
An array of key-value pairs to apply to this resource.  
For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).  
*Required*: No  
*Type*: Array of [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TemplateDescription`  <a name="cfn-pinpoint-pushtemplate-templatedescription"></a>
A custom description of the message template.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TemplateName`  <a name="cfn-pinpoint-pushtemplate-templatename"></a>
The name of the message template to use for the message. If specified, this value must match the name of an existing message template.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-pinpoint-pushtemplate-return-values"></a>

### Ref
<a name="aws-resource-pinpoint-pushtemplate-return-values-ref"></a>

When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns the name of the message template (`TemplateName`).

For more information about using the `Ref` function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html).

### Fn::GetAtt
<a name="aws-resource-pinpoint-pushtemplate-return-values-fn--getatt"></a>

The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the `Fn::GetAtt` intrinsic function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html).

#### 
<a name="aws-resource-pinpoint-pushtemplate-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
The Amazon Resource Name (ARN) of the message template.

# AWS::Pinpoint::PushTemplate AndroidPushNotificationTemplate
<a name="aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate"></a>

Specifies channel-specific content and settings for a message template that can be used in push notifications that are sent through the ADM (Amazon Device Messaging), Baidu (Baidu Cloud Push), or GCM (Firebase Cloud Messaging, formerly Google Cloud Messaging) channel.

## Syntax
<a name="aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate-syntax"></a>

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

### JSON
<a name="aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate-syntax.json"></a>

```
{
  "[Action](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-action)" : String,
  "[Body](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-body)" : String,
  "[ImageIconUrl](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageiconurl)" : String,
  "[ImageUrl](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageurl)" : String,
  "[SmallImageIconUrl](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-smallimageiconurl)" : String,
  "[Sound](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-sound)" : String,
  "[Title](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-title)" : String,
  "[Url](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-url)" : String
}
```

### YAML
<a name="aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate-syntax.yaml"></a>

```
  [Action](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-action): String
  [Body](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-body): String
  [ImageIconUrl](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageiconurl): String
  [ImageUrl](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageurl): String
  [SmallImageIconUrl](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-smallimageiconurl): String
  [Sound](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-sound): String
  [Title](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-title): String
  [Url](#cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-url): String
```

## Properties
<a name="aws-properties-pinpoint-pushtemplate-androidpushnotificationtemplate-properties"></a>

`Action`  <a name="cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-action"></a>
The action to occur if a recipient taps a push notification that's based on the message template. Valid values are:  
+ `OPEN_APP` – Your app opens or it becomes the foreground app if it was sent to the background. This is the default action.
+ `DEEP_LINK` – Your app opens and displays a designated user interface in the app. This action uses the deep-linking features of the Android platform.
+ `URL` – The default mobile browser on the recipient's device opens and loads the web page at a URL that you specify.
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Body`  <a name="cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-body"></a>
The message body to use in a push notification that's based on the message template.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ImageIconUrl`  <a name="cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageiconurl"></a>
The URL of the large icon image to display in the content view of a push notification that's based on the message template.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ImageUrl`  <a name="cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-imageurl"></a>
The URL of an image to display in a push notification that's based on the message template.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SmallImageIconUrl`  <a name="cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-smallimageiconurl"></a>
The URL of the small icon image to display in the status bar and the content view of a push notification that's based on the message template.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Sound`  <a name="cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-sound"></a>
The sound to play when a recipient receives a push notification that's based on the message template. You can use the default stream or specify the file name of a sound resource that's bundled in your app. On an Android platform, the sound file must reside in `/res/raw/`.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-title"></a>
The title to use in a push notification that's based on the message template. This title appears above the notification message on a recipient's device.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Url`  <a name="cfn-pinpoint-pushtemplate-androidpushnotificationtemplate-url"></a>
The URL to open in a recipient's default mobile browser, if a recipient taps a push notification that's based on the message template and the value of the `Action` property is `URL`.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::Pinpoint::PushTemplate APNSPushNotificationTemplate
<a name="aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate"></a>

Specifies channel-specific content and settings for a message template that can be used in push notifications that are sent through the APNs (Apple Push Notification service) channel.

## Syntax
<a name="aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate-syntax"></a>

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

### JSON
<a name="aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate-syntax.json"></a>

```
{
  "[Action](#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-action)" : String,
  "[Body](#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-body)" : String,
  "[MediaUrl](#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-mediaurl)" : String,
  "[Sound](#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-sound)" : String,
  "[Title](#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-title)" : String,
  "[Url](#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-url)" : String
}
```

### YAML
<a name="aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate-syntax.yaml"></a>

```
  [Action](#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-action): String
  [Body](#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-body): String
  [MediaUrl](#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-mediaurl): String
  [Sound](#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-sound): String
  [Title](#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-title): String
  [Url](#cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-url): String
```

## Properties
<a name="aws-properties-pinpoint-pushtemplate-apnspushnotificationtemplate-properties"></a>

`Action`  <a name="cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-action"></a>
The action to occur if a recipient taps a push notification that's based on the message template. Valid values are:  
+ `OPEN_APP` – Your app opens or it becomes the foreground app if it was sent to the background. This is the default action.
+ `DEEP_LINK` – Your app opens and displays a designated user interface in the app. This setting uses the deep-linking features of the iOS platform.
+ `URL` – The default mobile browser on the recipient's device opens and loads the web page at a URL that you specify.
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Body`  <a name="cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-body"></a>
The message body to use in push notifications that are based on the message template.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MediaUrl`  <a name="cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-mediaurl"></a>
The URL of an image or video to display in push notifications that are based on the message template.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Sound`  <a name="cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-sound"></a>
The key for the sound to play when the recipient receives a push notification that's based on the message template. The value for this key is the name of a sound file in your app's main bundle or the `Library/Sounds` folder in your app's data container. If the sound file can't be found or you specify `default` for the value, the system plays the default alert sound.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-title"></a>
The title to use in push notifications that are based on the message template. This title appears above the notification message on a recipient's device.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Url`  <a name="cfn-pinpoint-pushtemplate-apnspushnotificationtemplate-url"></a>
The URL to open in the recipient's default mobile browser, if a recipient taps a push notification that's based on the message template and the value of the `Action` property is `URL`.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::Pinpoint::PushTemplate DefaultPushNotificationTemplate
<a name="aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate"></a>

Specifies the default settings and content for a message template that can be used in messages that are sent through a push notification channel.

## Syntax
<a name="aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate-syntax"></a>

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

### JSON
<a name="aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate-syntax.json"></a>

```
{
  "[Action](#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-action)" : String,
  "[Body](#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-body)" : String,
  "[Sound](#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-sound)" : String,
  "[Title](#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-title)" : String,
  "[Url](#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-url)" : String
}
```

### YAML
<a name="aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate-syntax.yaml"></a>

```
  [Action](#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-action): String
  [Body](#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-body): String
  [Sound](#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-sound): String
  [Title](#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-title): String
  [Url](#cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-url): String
```

## Properties
<a name="aws-properties-pinpoint-pushtemplate-defaultpushnotificationtemplate-properties"></a>

`Action`  <a name="cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-action"></a>
The action to occur if a recipient taps a push notification that's based on the message template. Valid values are:  
+ `OPEN_APP` – Your app opens or it becomes the foreground app if it was sent to the background. This is the default action.
+ `DEEP_LINK` – Your app opens and displays a designated user interface in the app. This setting uses the deep-linking features of the iOS and Android platforms.
+ `URL` – The default mobile browser on the recipient's device opens and loads the web page at a URL that you specify.
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Body`  <a name="cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-body"></a>
The message body to use in push notifications that are based on the message template.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Sound`  <a name="cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-sound"></a>
The sound to play when a recipient receives a push notification that's based on the message template. You can use the default stream or specify the file name of a sound resource that's bundled in your app. On an Android platform, the sound file must reside in `/res/raw/`.  
For an iOS platform, this value is the key for the name of a sound file in your app's main bundle or the `Library/Sounds` folder in your app's data container. If the sound file can't be found or you specify `default` for the value, the system plays the default alert sound.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-title"></a>
The title to use in push notifications that are based on the message template. This title appears above the notification message on a recipient's device.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Url`  <a name="cfn-pinpoint-pushtemplate-defaultpushnotificationtemplate-url"></a>
The URL to open in a recipient's default mobile browser, if a recipient taps a push notification that's based on the message template and the value of the `Action` property is `URL`.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)