ReplicaArgs

data class ReplicaArgs(val customerManagedEncryption: Output<CustomerManagedEncryptionArgs>? = null, val location: Output<String>? = null) : ConvertibleToJava<ReplicaArgs>

Represents a Replica for this Secret.

Constructors

Link copied to clipboard
fun ReplicaArgs(customerManagedEncryption: Output<CustomerManagedEncryptionArgs>? = null, location: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

Optional. The customer-managed encryption configuration of the User-Managed Replica. If no configuration is provided, Google-managed default encryption is used. Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions.

Link copied to clipboard
val location: Output<String>? = null

The canonical IDs of the location to replicate data. For example: "us-east1".