ChannelLogConfigurationForChannelArgs

data class ChannelLogConfigurationForChannelArgs(val logTypes: Output<List<ChannelLogType>>? = null) : ConvertibleToJava<ChannelLogConfigurationForChannelArgs>

The log configuration for the channel.

Constructors

Link copied to clipboard
constructor(logTypes: Output<List<ChannelLogType>>? = null)

Properties

Link copied to clipboard
val logTypes: Output<List<ChannelLogType>>? = null

The log types.

Functions

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