SecretBackendRoleVhostTopicVhostArgs

data class SecretBackendRoleVhostTopicVhostArgs(val read: Output<String>, val topic: Output<String>, val write: Output<String>) : ConvertibleToJava<SecretBackendRoleVhostTopicVhostArgs>

Constructors

Link copied to clipboard
constructor(read: Output<String>, topic: Output<String>, write: Output<String>)

Properties

Link copied to clipboard
val read: Output<String>

The read permissions for this vhost.

Link copied to clipboard
val topic: Output<String>

The vhost to set permissions for.

Link copied to clipboard
val write: Output<String>

The write permissions for this vhost.

Functions

Link copied to clipboard
open override fun toJava(): SecretBackendRoleVhostTopicVhostArgs