InteractiveQueryClusterGatewayArgs

data class InteractiveQueryClusterGatewayArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<InteractiveQueryClusterGatewayArgs>

Constructors

Link copied to clipboard
constructor(password: Output<String>, username: Output<String>)

Properties

Link copied to clipboard
val password: Output<String>

The password used for the Ambari Portal.

Link copied to clipboard
val username: Output<String>

The username used for the Ambari Portal. Changing this forces a new resource to be created.

Functions

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