Output

class Output

Describes application output configuration in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.

For limits on how many destinations an application can write and other limitations, see Limits.

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

Identifies an Amazon Kinesis Firehose delivery stream as the destination.

Link copied to clipboard

Identifies an Amazon Kinesis stream as the destination.

Link copied to clipboard

Identifies an AWS Lambda function as the destination.

Link copied to clipboard

Name of the in-application stream.

Functions

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