class Aws::QLDB::Types::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.

@!attribute [rw] ledger_name

The name of the ledger.
@return [String]

@!attribute [rw] creation_time

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.)
@return [Time]

@!attribute [rw] inclusive_start_time

The inclusive start date and time from which to start streaming
journal data.
@return [Time]

@!attribute [rw] exclusive_end_time

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

@!attribute [rw] role_arn

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.
@return [String]

@!attribute [rw] stream_id

The UUID (represented in Base62-encoded text) of the QLDB journal
stream.
@return [String]

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the QLDB journal stream.
@return [String]

@!attribute [rw] status

The current state of the QLDB journal stream.
@return [String]

@!attribute [rw] kinesis_configuration

The configuration settings of the Amazon Kinesis Data Streams
destination for a QLDB journal stream.
@return [Types::KinesisConfiguration]

@!attribute [rw] error_cause

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.
@return [String]

@!attribute [rw] stream_name

The user-defined name of the QLDB journal stream.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/qldb-2019-01-02/JournalKinesisStreamDescription AWS API Documentation

Constants

SENSITIVE