Signaling Channel Args
data class SignalingChannelArgs(val messageTtlSeconds: Output<Int>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<SignalingChannelType>? = null) : ConvertibleToJava<SignalingChannelArgs>
Resource Type Definition for AWS::KinesisVideo::SignalingChannel
Constructors
Link copied to clipboard
constructor(messageTtlSeconds: Output<Int>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, type: Output<SignalingChannelType>? = null)