EventDestination

An object that defines an event destination.

Types

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

Properties

Link copied to clipboard

An object that contains information about an event destination that sends data to Amazon CloudWatch Logs.

Link copied to clipboard

Indicates whether or not the event destination is enabled. If the event destination is enabled, then Amazon Pinpoint sends response data to the specified event destination.

Link copied to clipboard

An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.

Link copied to clipboard

An array of EventDestination objects. Each EventDestination object includes ARNs and other information that define an event destination.

Link copied to clipboard
val name: String?

A name that identifies the event destination configuration.

Link copied to clipboard

An object that contains information about an event destination that sends data to Amazon SNS.

Functions

Link copied to clipboard
inline fun copy(block: EventDestination.Builder.() -> Unit = {}): EventDestination
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