qldb_describe_journal_kinesis_stream: Returns detailed information about a given Amazon QLDB...

View source: R/qldb_operations.R

qldb_describe_journal_kinesis_streamR Documentation

Returns detailed information about a given Amazon QLDB journal stream

Description

Returns detailed information about a given Amazon QLDB journal stream. The output includes the Amazon Resource Name (ARN), stream name, current status, creation time, and the parameters of the original stream creation request.

See https://www.paws-r-sdk.com/docs/qldb_describe_journal_kinesis_stream/ for full documentation.

Usage

qldb_describe_journal_kinesis_stream(LedgerName, StreamId)

Arguments

LedgerName

[required] The name of the ledger.

StreamId

[required] The UUID (represented in Base62-encoded text) of the QLDB journal stream to describe.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.