RuleGroupRuleStatementAndStatementArgs

data class RuleGroupRuleStatementAndStatementArgs(val statements: Output<List<RuleGroupRuleStatementArgs>>) : ConvertibleToJava<RuleGroupRuleStatementAndStatementArgs>

Constructors

Link copied to clipboard
constructor(statements: Output<List<RuleGroupRuleStatementArgs>>)

Properties

Link copied to clipboard

The statements to combine.

Functions

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