SecretReplicationArgs

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

Constructors

Link copied to clipboard
constructor(auto: Output<SecretReplicationAutoArgs>? = null, userManaged: Output<SecretReplicationUserManagedArgs>? = null)

Properties

Link copied to clipboard
val auto: Output<SecretReplicationAutoArgs>? = null

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

Link copied to clipboard

The Secret will be replicated to the regions specified by the user. Structure is documented below.

Functions

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