PropertiesLockboxArgs

data class PropertiesLockboxArgs(val state: Output<Either<String, State>>? = null) : ConvertibleToJava<PropertiesLockboxArgs>

Settings concerning lockbox.

Constructors

Link copied to clipboard
constructor(state: Output<Either<String, State>>? = null)

Properties

Link copied to clipboard
val state: Output<Either<String, State>>? = null

lockbox configuration

Functions

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