rules

@JvmName(name = "pnducsabfuuugbqe")
suspend fun rules(value: Output<List<PolicySpecRuleArgs>>)
@JvmName(name = "jwnbyrcpyydrpstq")
suspend fun rules(value: List<PolicySpecRuleArgs>?)

Parameters

value

Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set enforced to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.


@JvmName(name = "xgilxodfgofbqlpn")
suspend fun rules(vararg values: Output<PolicySpecRuleArgs>)


@JvmName(name = "pvnuaptbhndngigu")
suspend fun rules(values: List<Output<PolicySpecRuleArgs>>)
@JvmName(name = "xdorgpmvucvdmbty")
suspend fun rules(vararg values: PolicySpecRuleArgs)

Parameters

values

Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set enforced to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.


@JvmName(name = "ojwlbfvqqbbqjckd")
suspend fun rules(argument: List<suspend PolicySpecRuleArgsBuilder.() -> Unit>)
@JvmName(name = "qdqlsdcwrlmyniqf")
suspend fun rules(vararg argument: suspend PolicySpecRuleArgsBuilder.() -> Unit)
@JvmName(name = "chqxqdrbwnvrhvgo")
suspend fun rules(argument: suspend PolicySpecRuleArgsBuilder.() -> Unit)

Parameters

argument

Up to 10 PolicyRules are allowed. In Policies for boolean constraints, the following requirements apply: - There must be one and only one PolicyRule where condition is unset. - BooleanPolicyRules with conditions must set enforced to the opposite of the PolicyRule without a condition. - During policy evaluation, PolicyRules with conditions that are true for a target resource take precedence.