ReplicationArgs

data class ReplicationArgs(val automatic: Output<AutomaticArgs>? = null, val userManaged: Output<UserManagedArgs>? = null) : ConvertibleToJava<ReplicationArgs>

A policy that defines the replication and encryption configuration of data.

Constructors

Link copied to clipboard
fun ReplicationArgs(automatic: Output<AutomaticArgs>? = null, userManaged: Output<UserManagedArgs>? = null)

Functions

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

Properties

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

The Secret will automatically be replicated without any restrictions.

Link copied to clipboard
val userManaged: Output<UserManagedArgs>? = null

The Secret will only be replicated into the locations specified.