JournalKinesisStreamDescription

Information about an Amazon QLDB journal stream, including the Amazon Resource Name (ARN), stream name, creation time, current status, and the parameters of the original stream creation request.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the QLDB journal stream.

Link copied to clipboard

The date and time, in epoch time format, when the QLDB journal stream was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)

Link copied to clipboard

The error message that describes the reason that a stream has a status of IMPAIRED or FAILED. This is not applicable to streams that have other status values.

Link copied to clipboard

The exclusive date and time that specifies when the stream ends. If this parameter is undefined, the stream runs indefinitely until you cancel it.

Link copied to clipboard

The inclusive start date and time from which to start streaming journal data.

Link copied to clipboard

The configuration settings of the Amazon Kinesis Data Streams destination for a QLDB journal stream.

Link copied to clipboard

The name of the ledger.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal stream to write data records to a Kinesis Data Streams resource.

Link copied to clipboard

The current state of the QLDB journal stream.

Link copied to clipboard

The UUID (represented in Base62-encoded text) of the QLDB journal stream.

Link copied to clipboard

The user-defined name of the QLDB journal stream.

Functions

Link copied to clipboard
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