DomainAuthConfigArgs

data class DomainAuthConfigArgs(val authType: Output<String>? = null, val masterKey: Output<String>? = null, val slaveKey: Output<String>? = null, val timeout: Output<Int>? = null) : ConvertibleToJava<DomainAuthConfigArgs>

Constructors

Link copied to clipboard
constructor(authType: Output<String>? = null, masterKey: Output<String>? = null, slaveKey: Output<String>? = null, timeout: Output<Int>? = null)

Properties

Link copied to clipboard
val authType: Output<String>? = null
Link copied to clipboard
val masterKey: Output<String>? = null
Link copied to clipboard
val slaveKey: Output<String>? = null
Link copied to clipboard
val timeout: Output<Int>? = null

Functions

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