rules

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


@JvmName(name = "apyojumtstemsbxj")
suspend fun rules(values: List<Output<PolicyRulesWithSubjectsArgs>>)
@JvmName(name = "rhoftpurydxkqsof")
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 = "yhoekxtwknvyxcpe")
suspend fun rules(argument: List<suspend PolicyRulesWithSubjectsArgsBuilder.() -> Unit>)
@JvmName(name = "bhixgomepubsqdyi")
suspend fun rules(vararg argument: suspend PolicyRulesWithSubjectsArgsBuilder.() -> Unit)
@JvmName(name = "rvdvgopelrytbbvh")
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.