Secret Backend Role Vhost Topic Args
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)