CustomRuleListArgs

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

Defines contents of custom rules

Constructors

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

Functions

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

Properties

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

List of rules