policies

@JvmName(name = "wjdlxkmbgwlhhflr")
suspend fun policies(value: Output<List<ThrottlingPolicyArgs>>)
@JvmName(name = "aqxtiiqpxsiowbri")
suspend fun policies(value: List<ThrottlingPolicyArgs>?)

Parameters

value

List of group policies that define the behavior of application group. The policies can support resource governance scenarios such as limiting ingress or egress traffic.


@JvmName(name = "lsbihmeuunpavrpo")
suspend fun policies(vararg values: Output<ThrottlingPolicyArgs>)


@JvmName(name = "yaffvkleavpjubfa")
suspend fun policies(values: List<Output<ThrottlingPolicyArgs>>)
@JvmName(name = "pjknpfmfeexntppx")
suspend fun policies(vararg values: ThrottlingPolicyArgs)

Parameters

values

List of group policies that define the behavior of application group. The policies can support resource governance scenarios such as limiting ingress or egress traffic.


@JvmName(name = "xvoynqdhguvjlkyd")
suspend fun policies(argument: List<suspend ThrottlingPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "gqshsnnlgufqajbh")
suspend fun policies(vararg argument: suspend ThrottlingPolicyArgsBuilder.() -> Unit)
@JvmName(name = "dmkgmjkuketbvqta")
suspend fun policies(argument: suspend ThrottlingPolicyArgsBuilder.() -> Unit)

Parameters

argument

List of group policies that define the behavior of application group. The policies can support resource governance scenarios such as limiting ingress or egress traffic.