rules

@JvmName(name = "drucxgxxvmpppkrk")
suspend fun rules(value: Output<List<DeployPolicyRuleArgs>>)
@JvmName(name = "pfeyqfnvehevbkhr")
suspend fun rules(value: List<DeployPolicyRuleArgs>?)

Parameters

value

Required. Rules to apply. At least one rule must be present. Structure is documented below.


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


@JvmName(name = "ubtwicsqyqlkloje")
suspend fun rules(values: List<Output<DeployPolicyRuleArgs>>)
@JvmName(name = "ltinnrenrkqyheyr")
suspend fun rules(vararg values: DeployPolicyRuleArgs)

Parameters

values

Required. Rules to apply. At least one rule must be present. Structure is documented below.


@JvmName(name = "jdykhyepyesrwmxj")
suspend fun rules(argument: List<suspend DeployPolicyRuleArgsBuilder.() -> Unit>)
@JvmName(name = "tkeraoylignqrhoy")
suspend fun rules(vararg argument: suspend DeployPolicyRuleArgsBuilder.() -> Unit)
@JvmName(name = "nnavkumfbwdigrdy")
suspend fun rules(argument: suspend DeployPolicyRuleArgsBuilder.() -> Unit)

Parameters

argument

Required. Rules to apply. At least one rule must be present. Structure is documented below.