| Package | Description |
|---|---|
| software.amazon.awscdk.services.pinpoint |
Amazon Pinpoint Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnInAppTemplate.Builder |
CfnInAppTemplate.Builder.content(IResolvable content)
An object that contains information about the content of an in-app message, including its title and body text, text colors, background colors, images, buttons, and behaviors.
|
CfnInAppTemplate.Builder |
CfnInAppTemplate.Builder.content(List<? extends Object> content)
An object that contains information about the content of an in-app message, including its title and body text, text colors, background colors, images, buttons, and behaviors.
|
static CfnInAppTemplate.Builder |
CfnInAppTemplate.Builder.create(software.constructs.Construct scope,
String id) |
CfnInAppTemplate.Builder |
CfnInAppTemplate.Builder.customConfig(Object customConfig)
Custom data, in the form of key-value pairs, that is included in an in-app messaging payload.
|
CfnInAppTemplate.Builder |
CfnInAppTemplate.Builder.layout(String layout)
A string that determines the appearance of the in-app message.
|
CfnInAppTemplate.Builder |
CfnInAppTemplate.Builder.tags(Object tags)
An array of key-value pairs to apply to this resource.
|
CfnInAppTemplate.Builder |
CfnInAppTemplate.Builder.templateDescription(String templateDescription)
An optional description of the in-app template.
|
CfnInAppTemplate.Builder |
CfnInAppTemplate.Builder.templateName(String templateName)
The name of the in-app message template.
|
Copyright © 2022. All rights reserved.