GetStreamKeyPlainArgs

data class GetStreamKeyPlainArgs(val arn: String) : ConvertibleToJava<GetStreamKeyPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

Stream Key ARN is automatically generated on creation and assigned as the unique identifier.

Functions

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