com.pulumi.vault.rabbitMq.kotlin.outputs.SecretBackendRoleVhostTopicVhost.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-vault-kotlin Show documentation
Show all versions of pulumi-vault-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.vault.rabbitMq.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property read The read permissions for this vhost.
* @property topic The vhost to set permissions for.
* @property write The write permissions for this vhost.
*/
public data class SecretBackendRoleVhostTopicVhost(
public val read: String,
public val topic: String,
public val write: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.vault.rabbitMq.outputs.SecretBackendRoleVhostTopicVhost): SecretBackendRoleVhostTopicVhost = SecretBackendRoleVhostTopicVhost(
read = javaType.read(),
topic = javaType.topic(),
write = javaType.write(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy