OutputDescription

Describes the application output configuration, which includes the in-application stream name and the destination where the stream data is written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.

Types

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

Properties

Link copied to clipboard

Data format used for writing data to the destination.

Link copied to clipboard

Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

Link copied to clipboard

Describes Amazon Kinesis stream configured as the destination where output is written.

Link copied to clipboard

Describes the AWS Lambda function configured as the destination where output is written.

Link copied to clipboard
val name: String?

Name of the in-application stream configured as output.

Link copied to clipboard

A unique identifier for the output configuration.

Functions

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