SecretReplicationUserManagedArgs

data class SecretReplicationUserManagedArgs(val replicas: Output<List<SecretReplicationUserManagedReplicaArgs>>) : ConvertibleToJava<SecretReplicationUserManagedArgs>

Constructors

Link copied to clipboard
constructor(replicas: Output<List<SecretReplicationUserManagedReplicaArgs>>)

Properties

Link copied to clipboard

The list of Replicas for this Secret. Cannot be empty. Structure is documented below.

Functions

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