SecretReplicationAutoArgs

data class SecretReplicationAutoArgs(val customerManagedEncryption: Output<SecretReplicationAutoCustomerManagedEncryptionArgs>? = null) : ConvertibleToJava<SecretReplicationAutoArgs>

Constructors

Link copied to clipboard
constructor(customerManagedEncryption: Output<SecretReplicationAutoCustomerManagedEncryptionArgs>? = null)

Properties

Link copied to clipboard

The customer-managed encryption configuration of the Secret. If no configuration is provided, Google-managed default encryption is used. Structure is documented below.

Functions

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