Broker User Args
data class BrokerUserArgs(val consoleAccess: Output<Boolean>? = null, val groups: Output<List<String>>? = null, val password: Output<String>, val username: Output<String>) : ConvertibleToJava<BrokerUserArgs>
Constructors
Functions
Properties
Link copied to clipboard
Whether to enable access to the ActiveMQ Web Console for the user. Applies to engine_type
of ActiveMQ
only.