Interface CfnCampaign.InAppMessageHeaderConfigProperty

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

@Stability(Stable) public static interface CfnCampaign.InAppMessageHeaderConfigProperty extends software.amazon.jsii.JsiiSerializable
Specifies the configuration and content of the header or title text of the in-app message.

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.*;
 InAppMessageHeaderConfigProperty inAppMessageHeaderConfigProperty = InAppMessageHeaderConfigProperty.builder()
         .alignment("alignment")
         .header("header")
         .textColor("textColor")
         .build();
 

See Also: