customer Managed Encryption
suspend fun customerManagedEncryption(value: Output<SecretReplicationAutoCustomerManagedEncryptionArgs>)
Parameters
value
The customer-managed encryption configuration of the Secret. If no configuration is provided, Google-managed default encryption is used. Structure is documented below.
suspend fun customerManagedEncryption(argument: suspend SecretReplicationAutoCustomerManagedEncryptionArgsBuilder.() -> Unit)
Parameters
argument
The customer-managed encryption configuration of the Secret. If no configuration is provided, Google-managed default encryption is used. Structure is documented below.