RulesetRuleLoggingArgs

data class RulesetRuleLoggingArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<RulesetRuleLoggingArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Override the default logging behavior when a rule is matched.

Functions

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