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 InAppMessageButton
Specifies the configuration of a button that appears in an in-app message.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Android" :OverrideButtonConfiguration, "DefaultConfig" :DefaultButtonConfiguration, "IOS" :OverrideButtonConfiguration, "Web" :OverrideButtonConfiguration}
YAML
Android:OverrideButtonConfigurationDefaultConfig:DefaultButtonConfigurationIOS:OverrideButtonConfigurationWeb:OverrideButtonConfiguration
Properties
-
An object that defines the default behavior for a button in in-app messages sent to Android.
Required: No
Type: OverrideButtonConfiguration
Update requires: No interruption
-
An object that defines the default behavior for a button in an in-app message.
Required: No
Type: DefaultButtonConfiguration
Update requires: No interruption
-
An object that defines the default behavior for a button in in-app messages sent to iOS devices.
Required: No
Type: OverrideButtonConfiguration
Update requires: No interruption
-
An object that defines the default behavior for a button in in-app messages for web applications.
Required: No
Type: OverrideButtonConfiguration
Update requires: No interruption