Interface CfnInAppTemplatePropsMixin.OverrideButtonConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnInAppTemplatePropsMixin.OverrideButtonConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnInAppTemplatePropsMixin

@Stability(Stable) public static interface CfnInAppTemplatePropsMixin.OverrideButtonConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Specifies the configuration of a button with settings that are specific to a certain device type.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.pinpoint.mixins.*;
 OverrideButtonConfigurationProperty overrideButtonConfigurationProperty = OverrideButtonConfigurationProperty.builder()
         .buttonAction("buttonAction")
         .link("link")
         .build();
 

See Also: