LockConfigArgs

data class LockConfigArgs(val locked: Output<Boolean>? = null, val reason: Output<String>? = null) : ConvertibleToJava<LockConfigArgs>

Determines whether or no a connection is locked. If locked, a reason must be specified.

Constructors

Link copied to clipboard
constructor(locked: Output<Boolean>? = null, reason: Output<String>? = null)

Properties

Link copied to clipboard
val locked: Output<Boolean>? = null

Indicates whether or not the connection is locked.

Link copied to clipboard
val reason: Output<String>? = null

Describes why a connection is locked.

Functions

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