Interface CfnCampaign.OverrideButtonConfigurationProperty

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

@Stability(Stable) public static interface CfnCampaign.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.services.pinpoint.*;
 OverrideButtonConfigurationProperty overrideButtonConfigurationProperty = OverrideButtonConfigurationProperty.builder()
         .buttonAction("buttonAction")
         .link("link")
         .build();