OutputUpdate

Describes updates to the output configuration identified by the OutputId.

Types

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

Properties

Link copied to clipboard

Describes the data format when records are written to the destination. For more information, see Configuring Application Output.

Link copied to clipboard

Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.

Link copied to clipboard

Describes an Amazon Kinesis stream as the destination for the output.

Link copied to clipboard

Describes an AWS Lambda function as the destination for the output.

Link copied to clipboard

If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

Link copied to clipboard

Identifies the specific output configuration that you want to update.

Functions

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