All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.vault.rabbitMq.kotlin.outputs.SecretBackendRoleVhostTopicVhost.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 6.4.0.0
Show newest version
@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