ClusterSecretArchiveArgs

data class ClusterSecretArchiveArgs(val keyVaultId: Output<String>, val useKeyVault: Output<Either<String, ClusterSecretArchiveEnabled>>? = null) : ConvertibleToJava<ClusterSecretArchiveArgs>

Constructors

Link copied to clipboard
constructor(keyVaultId: Output<String>, useKeyVault: Output<Either<String, ClusterSecretArchiveEnabled>>? = null)

Properties

Link copied to clipboard
val keyVaultId: Output<String>

The resource ID of the key vault to archive the secrets of the cluster.

Link copied to clipboard
val useKeyVault: Output<Either<String, ClusterSecretArchiveEnabled>>? = null

The indicator if the specified key vault should be used to archive the secrets of the cluster.

Functions

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