AWS::Pinpoint::InAppTemplate OverrideButtonConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Pinpoint::InAppTemplate OverrideButtonConfiguration

Specifies the configuration of a button with settings that are specific to a certain device type.

Syntax

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

JSON

{ "ButtonAction" : String, "Link" : String }

YAML

ButtonAction: String Link: String

Properties

ButtonAction

The action that occurs when a recipient chooses a button in an in-app message. You can specify one of the following:

  • LINK – A link to a web destination.

  • DEEP_LINK – A link to a specific page in an application.

  • CLOSE – Dismisses the message.

Required: No

Type: String

Allowed values: LINK | DEEP_LINK | CLOSE

Update requires: No interruption

The destination (such as a URL) for a button.

Required: No

Type: String

Update requires: No interruption