rules

@JvmName(name = "jphavanjgotdevqk")
suspend fun rules(value: Output<List<PolicyDryRunSpecRuleArgs>>)
@JvmName(name = "bkkvmlymvklquftm")
suspend fun rules(value: List<PolicyDryRunSpecRuleArgs>?)

Parameters

value

In policies for boolean constraints, the following requirements apply: - There must be one and only one policy rule where condition is unset. - Boolean policy rules with conditions must set enforced to the opposite of the policy rule without a condition. - During policy evaluation, policy rules with conditions that are true for a target resource take precedence. Structure is documented below.


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


@JvmName(name = "gqtvruqjbfynyugw")
suspend fun rules(values: List<Output<PolicyDryRunSpecRuleArgs>>)
@JvmName(name = "pxdqeeqseaentgkr")
suspend fun rules(vararg values: PolicyDryRunSpecRuleArgs)

Parameters

values

In policies for boolean constraints, the following requirements apply: - There must be one and only one policy rule where condition is unset. - Boolean policy rules with conditions must set enforced to the opposite of the policy rule without a condition. - During policy evaluation, policy rules with conditions that are true for a target resource take precedence. Structure is documented below.


@JvmName(name = "rykhadgxwthnytrq")
suspend fun rules(argument: List<suspend PolicyDryRunSpecRuleArgsBuilder.() -> Unit>)
@JvmName(name = "pymjpxxhupkptbbe")
suspend fun rules(vararg argument: suspend PolicyDryRunSpecRuleArgsBuilder.() -> Unit)
@JvmName(name = "kmfsaipjnwqllhnm")
suspend fun rules(argument: suspend PolicyDryRunSpecRuleArgsBuilder.() -> Unit)

Parameters

argument

In policies for boolean constraints, the following requirements apply: - There must be one and only one policy rule where condition is unset. - Boolean policy rules with conditions must set enforced to the opposite of the policy rule without a condition. - During policy evaluation, policy rules with conditions that are true for a target resource take precedence. Structure is documented below.