GetSignalingChannelResult

data class GetSignalingChannelResult(val arn: String? = null, val messageTtlSeconds: Int? = null, val tags: List<Tag>? = null, val type: SignalingChannelType? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, messageTtlSeconds: Int? = null, tags: List<Tag>? = null, type: SignalingChannelType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the Kinesis Video Signaling Channel.

Link copied to clipboard
val messageTtlSeconds: Int? = null

The period of time a signaling channel retains undelivered messages before they are discarded.

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

An array of key-value pairs to apply to this resource.

Link copied to clipboard

The type of the Kinesis Video Signaling Channel to create. Currently, SINGLE_MASTER is the only supported channel type.