SecretBackendRoleVhostTopicArgs

data class SecretBackendRoleVhostTopicArgs(val host: Output<String>, val vhosts: Output<List<SecretBackendRoleVhostTopicVhostArgs>>? = null) : ConvertibleToJava<SecretBackendRoleVhostTopicArgs>

Constructors

Link copied to clipboard
constructor(host: Output<String>, vhosts: Output<List<SecretBackendRoleVhostTopicVhostArgs>>? = null)

Properties

Link copied to clipboard
val host: Output<String>

The vhost to set permissions for.

Link copied to clipboard

Specifies a map of virtual hosts to permissions.

Functions

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