EncryptionArgs

data class EncryptionArgs(val customerManagedKeyEncryption: Output<EncryptionCustomerManagedKeyEncryptionArgs>? = null) : ConvertibleToJava<EncryptionArgs>

Settings to encrypt a service

Constructors

Link copied to clipboard
constructor(customerManagedKeyEncryption: Output<EncryptionCustomerManagedKeyEncryptionArgs>? = null)

Properties

Link copied to clipboard

The encryption settings for the customer-managed key

Functions

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