rules

@JvmName(name = "gnyvrnexcbjqvrbi")
suspend fun rules(value: Output<List<PolicyDryRunSpecRuleArgs>>)
@JvmName(name = "thugxnewntuyllta")
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 = "qgtsccrdylresvqh")
suspend fun rules(vararg values: Output<PolicyDryRunSpecRuleArgs>)


@JvmName(name = "cmdaymdguhcxdasb")
suspend fun rules(values: List<Output<PolicyDryRunSpecRuleArgs>>)
@JvmName(name = "rgytjigljuybdiwl")
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 = "tfpgyqcgiipuarhi")
suspend fun rules(argument: List<suspend PolicyDryRunSpecRuleArgsBuilder.() -> Unit>)
@JvmName(name = "vndyyjbsiodswynb")
suspend fun rules(vararg argument: suspend PolicyDryRunSpecRuleArgsBuilder.() -> Unit)
@JvmName(name = "qwogciqnnxkpeuww")
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.