Package-level declarations
Types
Link copied to clipboard
Resource Type definition for AWS::Pinpoint::InAppTemplate
Link copied to clipboard
data class InAppTemplateArgs(val content: Output<List<InAppTemplateInAppMessageContentArgs>>? = null, val customConfig: Output<Any>? = null, val layout: Output<InAppTemplateLayout>? = null, val tags: Output<Any>? = null, val templateDescription: Output<String>? = null, val templateName: Output<String>? = null) : ConvertibleToJava<InAppTemplateArgs>
Resource Type definition for AWS::Pinpoint::InAppTemplate
Link copied to clipboard
class InAppTemplateArgsBuilder
Builder for InAppTemplateArgs.
Link copied to clipboard
Link copied to clipboard
Builder for InAppTemplate.
Link copied to clipboard
object PinpointFunctions
Functions
Link copied to clipboard
suspend fun inAppTemplate(name: String, block: suspend InAppTemplateResourceBuilder.() -> Unit): InAppTemplate