AutomaticArgs

data class AutomaticArgs(val customerManagedEncryption: Output<CustomerManagedEncryptionArgs>? = null) : ConvertibleToJava<AutomaticArgs>

A replication policy that replicates the Secret payload without any restrictions.

Constructors

Link copied to clipboard
fun AutomaticArgs(customerManagedEncryption: Output<CustomerManagedEncryptionArgs>? = null)

Functions

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

Properties

Link copied to clipboard

Optional. The customer-managed encryption configuration of the Secret. 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.