rules

@JvmName(name = "hlewlrflmyarcahf")
suspend fun rules(value: Output<List<PolicyRulesWithSubjectsArgs>>)
@JvmName(name = "ywnbkvddtvokgadh")
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 = "gfwglsrmyuvgnpmj")
suspend fun rules(vararg values: Output<PolicyRulesWithSubjectsArgs>)


@JvmName(name = "gimdnjjohrdlnwqs")
suspend fun rules(values: List<Output<PolicyRulesWithSubjectsArgs>>)
@JvmName(name = "ikganifujkoflqcn")
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 = "snvidutiufsannyk")
suspend fun rules(argument: List<suspend PolicyRulesWithSubjectsArgsBuilder.() -> Unit>)
@JvmName(name = "molnwrwebawspygf")
suspend fun rules(vararg argument: suspend PolicyRulesWithSubjectsArgsBuilder.() -> Unit)
@JvmName(name = "svolxgiyepgqhktd")
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.