SecretBackendRoleVhostArgs

data class SecretBackendRoleVhostArgs(val configure: Output<String>, val host: Output<String>, val read: Output<String>, val write: Output<String>) : ConvertibleToJava<SecretBackendRoleVhostArgs>

Constructors

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

Properties

Link copied to clipboard
val configure: Output<String>

The configure permissions for this vhost.

Link copied to clipboard
val host: Output<String>

The vhost to set permissions for.

Link copied to clipboard
val read: Output<String>

The read permissions for this vhost.

Link copied to clipboard
val write: Output<String>

The write permissions for this vhost.

Functions

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