FirehoseAction

Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.

Types

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

Properties

Link copied to clipboard

The name of the Kinesis Data Firehose delivery stream where the data is written.

Link copied to clipboard

You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.

Link copied to clipboard

A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).

Functions

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