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 AWS CloudFormation template, use the following syntax:
JSON
{ "ButtonAction" :
String
, "Link" :String
}
YAML
ButtonAction:
String
Link:String
Properties
-
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