CustomRuleListArgs

data class CustomRuleListArgs(val rules: Output<List<CustomRuleArgs>>? = null) : ConvertibleToJava<CustomRuleListArgs>

Defines contents of custom rules

Constructors

Link copied to clipboard
constructor(rules: Output<List<CustomRuleArgs>>? = null)

Properties

Link copied to clipboard
val rules: Output<List<CustomRuleArgs>>? = null

List of rules

Functions

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