rules

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

Parameters

value

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. Structure is documented below.


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


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

Parameters

values

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. Structure is documented below.


@JvmName(name = "qqmedxhqycbmehpk")
suspend fun rules(argument: List<suspend PolicySpecRuleArgsBuilder.() -> Unit>)
@JvmName(name = "ocsgkwbwkiwhehkv")
suspend fun rules(vararg argument: suspend PolicySpecRuleArgsBuilder.() -> Unit)
@JvmName(name = "dpkpsffxxetdqfyt")
suspend fun rules(argument: suspend PolicySpecRuleArgsBuilder.() -> Unit)

Parameters

argument

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. Structure is documented below.