SecretReplicationArgs

data class SecretReplicationArgs(val automatic: Output<Boolean>? = null, val userManaged: Output<SecretReplicationUserManagedArgs>? = null) : ConvertibleToJava<SecretReplicationArgs>

Constructors

Link copied to clipboard
fun SecretReplicationArgs(automatic: Output<Boolean>? = null, userManaged: Output<SecretReplicationUserManagedArgs>? = null)

Functions

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

Properties

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

The Secret will automatically be replicated without any restrictions.

Link copied to clipboard

The Secret will automatically be replicated without any restrictions. Structure is documented below.