FirehoseAction

Describes an action that writes data to an Amazon Kinesis Firehose stream.

Types

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

Properties

Link copied to clipboard

Whether to deliver the Kinesis Data Firehose stream as a batch by using PutRecordBatch. The default value is false.

Link copied to clipboard

The delivery stream name.

Link copied to clipboard

The IAM role that grants access to the Amazon Kinesis Firehose stream.

Link copied to clipboard

A character separator that will be used to separate records written to the Firehose 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