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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCampaign.InAppMessageHeaderConfigProperty
static final class
An implementation forCfnCampaign.InAppMessageHeaderConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlignment
The text alignment of the title of the message.Acceptable values:
LEFT
,CENTER
,RIGHT
.- See Also:
-
getHeader
The header or title text of the in-app message.- See Also:
-
getTextColor
The color of the body text, expressed as a string consisting of a hex color code (such as "#000000" for black).- See Also:
-
builder
-