CampaignHook

Specifies settings for invoking an AWS Lambda function that customizes a segment for a campaign.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name or Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Pinpoint invokes to customize a segment for a campaign.

Link copied to clipboard
val mode: Mode?

The mode that Amazon Pinpoint uses to invoke the AWS Lambda function. Possible values are:

Link copied to clipboard

The web URL that Amazon Pinpoint calls to invoke the AWS Lambda function over HTTPS.

Functions

Link copied to clipboard
inline fun copy(block: CampaignHook.Builder.() -> Unit = {}): CampaignHook
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String