Interface CfnInAppTemplate.BodyConfigProperty

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

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

See Also: