permission

@JvmName(name = "pijkgcbcnbvoywmh")
suspend fun permission(value: Output<String>)
@JvmName(name = "dtixbpfittdontng")
suspend fun permission(value: String)

Parameters

value

The permission level applied to the ACL. This includes "admin", "consume", "produce", and "produceconsume". "admin" allows for producing and consuming as well as add/delete/update permission for topics. "consume" allows only for reading topic messages. "produce" allows only for writing topic messages. "produceconsume" allows for both reading and writing topic messages.