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.
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 Amazon CloudFormation template, use the following syntax:
JSON
{ "ButtonAction" :String, "Link" :String}
YAML
ButtonAction:StringLink: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
Update requires: No interruption
 - 
                            
 - 
                    
The destination (such as a URL) for a button.
Required: No
Type: String
Update requires: No interruption