SecretReplicationUserManagedReplicaArgs

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

Constructors

Link copied to clipboard
constructor(customerManagedEncryption: Output<SecretReplicationUserManagedReplicaCustomerManagedEncryptionArgs>? = null, location: Output<String>)

Properties

Link copied to clipboard

Customer Managed Encryption for the secret. Structure is documented below.

Link copied to clipboard
val location: Output<String>

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

Functions

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