Interface CfnCampaign.InAppMessageBodyConfigProperty

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

@Stability(Stable) public static interface CfnCampaign.InAppMessageBodyConfigProperty extends software.amazon.jsii.JsiiSerializable
Specifies the configuration of main body 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.*;
 InAppMessageBodyConfigProperty inAppMessageBodyConfigProperty = InAppMessageBodyConfigProperty.builder()
         .alignment("alignment")
         .body("body")
         .textColor("textColor")
         .build();
 

See Also: