AWS::Pinpoint::Campaign OverrideButtonConfiguration - AWS CloudFormation

AWS::Pinpoint::Campaign OverrideButtonConfiguration

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

Syntax

To declare this entity in your AWS 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

Update requires: No interruption

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

Required: No

Type: String

Update requires: No interruption