Channel Args
data class ChannelArgs(val authorized: Output<Boolean>? = null, val insecureIngest: Output<Boolean>? = null, val latencyMode: Output<ChannelLatencyMode>? = null, val name: Output<String>? = null, val preset: Output<ChannelPreset>? = null, val recordingConfigurationArn: Output<String>? = null, val tags: Output<List<ChannelTagArgs>>? = null, val type: Output<ChannelType>? = null) : ConvertibleToJava<ChannelArgs>
Resource Type definition for AWS::IVS::Channel
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun ChannelArgs(authorized: Output<Boolean>? = null, insecureIngest: Output<Boolean>? = null, latencyMode: Output<ChannelLatencyMode>? = null, name: Output<String>? = null, preset: Output<ChannelPreset>? = null, recordingConfigurationArn: Output<String>? = null, tags: Output<List<ChannelTagArgs>>? = null, type: Output<ChannelType>? = null)