StreamKeyArgs

data class StreamKeyArgs(val channelArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<StreamKeyArgs>

Resource Type definition for AWS::IVS::StreamKey

Constructors

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

Properties

Link copied to clipboard
val channelArn: Output<String>? = null

Channel ARN for the stream.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of key-value pairs that contain metadata for the asset model.

Functions

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