CustomerManagedEncryptionArgs

data class CustomerManagedEncryptionArgs(val kmsKeyName: Output<String>) : ConvertibleToJava<CustomerManagedEncryptionArgs>

Configuration for encrypting secret payloads using customer-managed encryption keys (CMEK).

Constructors

Link copied to clipboard
fun CustomerManagedEncryptionArgs(kmsKeyName: Output<String>)

Functions

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

Properties

Link copied to clipboard
val kmsKeyName: Output<String>

The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads. For secrets using the UserManaged replication policy type, Cloud KMS CryptoKeys must reside in the same location as the replica location. For secrets using the Automatic replication policy type, Cloud KMS CryptoKeys must reside in global. The expected format is projects/*/locations/*/keyRings/*/cryptoKeys/*. ////