rules

@JvmName(name = "sooefxlcqoqxfbht")
suspend fun rules(value: Output<List<PolicyRulesWithSubjectsArgs>>)
@JvmName(name = "ydujmctusrkolnmd")
suspend fun rules(value: List<PolicyRulesWithSubjectsArgs>?)

Parameters

value

rules describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.


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


@JvmName(name = "alctcywjohtintge")
suspend fun rules(values: List<Output<PolicyRulesWithSubjectsArgs>>)
@JvmName(name = "kxcyotmkycqwmbcj")
suspend fun rules(vararg values: PolicyRulesWithSubjectsArgs)

Parameters

values

rules describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.


@JvmName(name = "aebmgsqenmfegkfj")
suspend fun rules(argument: List<suspend PolicyRulesWithSubjectsArgsBuilder.() -> Unit>)
@JvmName(name = "mpovsuxmpfggeicw")
suspend fun rules(vararg argument: suspend PolicyRulesWithSubjectsArgsBuilder.() -> Unit)
@JvmName(name = "ibmmnstbbvuqagvm")
suspend fun rules(argument: suspend PolicyRulesWithSubjectsArgsBuilder.() -> Unit)

Parameters

argument

rules describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.