UserManagedArgs

data class UserManagedArgs(val replicas: Output<List<ReplicaArgs>>) : ConvertibleToJava<UserManagedArgs>

A replication policy that replicates the Secret payload into the locations specified in Secret.replication.user_managed.replicas

Constructors

Link copied to clipboard
fun UserManagedArgs(replicas: Output<List<ReplicaArgs>>)

Functions

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

Properties

Link copied to clipboard
val replicas: Output<List<ReplicaArgs>>

The list of Replicas for this Secret. Cannot be empty.