notIn

@JvmName(name = "cacwxtvbxlagdycl")
suspend fun notIn(value: Output<List<String>>)
@JvmName(name = "ujmcqpsnwylgsnea")
suspend fun notIn(value: List<String>?)

Parameters

value

If one or more 'not_in' clauses are specified, the rule matches if the PRINCIPAL/AUTHORITY_SELECTOR is in none of the entries. The format for in and not_in entries can be found at in the Local IAM documentation (see go/local-iam#features).


@JvmName(name = "ttteajbcdsefgfdy")
suspend fun notIn(vararg values: Output<String>)


@JvmName(name = "mowfjqmrbbsrivji")
suspend fun notIn(values: List<Output<String>>)
@JvmName(name = "vyyvydwnxdmlimyc")
suspend fun notIn(vararg values: String)

Parameters

values

If one or more 'not_in' clauses are specified, the rule matches if the PRINCIPAL/AUTHORITY_SELECTOR is in none of the entries. The format for in and not_in entries can be found at in the Local IAM documentation (see go/local-iam#features).