EventDestination

Contains information about an event destination.

Event destinations are associated with configuration sets, which enable you to publish message sending events to CloudWatch, Kinesis Data Firehose,or Amazon SNS.

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 logging events to Amazon CloudWatch logs.

Link copied to clipboard

When set to true events will be logged.

Link copied to clipboard

The name of the EventDestination.

Link copied to clipboard

An object that contains information about an event destination for logging to Amazon Kinesis Data Firehose.

Link copied to clipboard

An array of event types that determine which events to log.

Link copied to clipboard

An object that contains information about an event destination that sends logging events 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