policies

@JvmName(name = "gnjobmxpjuhfadrd")
suspend fun policies(value: Output<List<ThrottlingPolicyArgs>>)
@JvmName(name = "hlfrwiryxihhafsx")
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 = "hwfmhiqjoavgkstf")
suspend fun policies(vararg values: Output<ThrottlingPolicyArgs>)


@JvmName(name = "dvfocypxremcsgvc")
suspend fun policies(values: List<Output<ThrottlingPolicyArgs>>)
@JvmName(name = "gvwadlgevqvfhrtc")
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 = "dcjbkvbyackkotgi")
suspend fun policies(argument: List<suspend ThrottlingPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "otkpqjkxgcupxpyw")
suspend fun policies(vararg argument: suspend ThrottlingPolicyArgsBuilder.() -> Unit)
@JvmName(name = "glwrrgitjvggbhbu")
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.