GetStreamPlainArgs

data class GetStreamPlainArgs(val id: String, val ledgerName: String) : ConvertibleToJava<GetStreamPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String, ledgerName: String)

Properties

Link copied to clipboard
val id: String

The unique ID that QLDB assigns to each QLDB journal stream. For example: IiPT4brpZCqCq3f4MTHbYy .

Link copied to clipboard

The name of the ledger.

Functions

Link copied to clipboard
open override fun toJava(): GetStreamPlainArgs