resourceRules

@JvmName(name = "obiycjkmcapxivyf")
suspend fun resourceRules(value: Output<List<ResourcePolicyRulePatchArgs>>)
@JvmName(name = "qrnodcouljlbvinb")
suspend fun resourceRules(value: List<ResourcePolicyRulePatchArgs>?)

Parameters

value

resourceRules is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of resourceRules and nonResourceRules has to be non-empty.


@JvmName(name = "rvmmaskiadxdtvaj")
suspend fun resourceRules(vararg values: Output<ResourcePolicyRulePatchArgs>)


@JvmName(name = "kyjlrbrtuoigfgja")
suspend fun resourceRules(values: List<Output<ResourcePolicyRulePatchArgs>>)
@JvmName(name = "bqxsluxrwauxqnxf")
suspend fun resourceRules(vararg values: ResourcePolicyRulePatchArgs)

Parameters

values

resourceRules is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of resourceRules and nonResourceRules has to be non-empty.


@JvmName(name = "wqrpevwoxeccxodl")
suspend fun resourceRules(argument: List<suspend ResourcePolicyRulePatchArgsBuilder.() -> Unit>)
@JvmName(name = "buhpxamtvejblmuo")
suspend fun resourceRules(vararg argument: suspend ResourcePolicyRulePatchArgsBuilder.() -> Unit)
@JvmName(name = "yrfmescuironckfp")
suspend fun resourceRules(argument: suspend ResourcePolicyRulePatchArgsBuilder.() -> Unit)

Parameters

argument

resourceRules is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of resourceRules and nonResourceRules has to be non-empty.