rules

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


@JvmName(name = "yfqasmpnfmpfnuvp")
suspend fun rules(values: List<Output<PolicyRulesWithSubjectsArgs>>)
@JvmName(name = "himhtmvovwaxohra")
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 = "baruirnjqcswpbew")
suspend fun rules(argument: List<suspend PolicyRulesWithSubjectsArgsBuilder.() -> Unit>)
@JvmName(name = "dgsuxrnmbwfqkmoi")
suspend fun rules(vararg argument: suspend PolicyRulesWithSubjectsArgsBuilder.() -> Unit)
@JvmName(name = "epmtkxhalljdimdr")
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.