GetStreamPlainArgs

data class GetStreamPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetStreamPlainArgs>

A collection of arguments for invoking getStream.

Constructors

Link copied to clipboard
constructor(name: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the Kinesis Stream.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags to assigned to the stream.

Functions

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