GetStreamKeyPlainArgs

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

A collection of arguments for invoking getStreamKey.

Constructors

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

Properties

Link copied to clipboard

ARN of the Channel.

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

Map of tags assigned to the resource.

Functions

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