EncryptionArgs

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

Constructors

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

Properties

Link copied to clipboard

All Customer-managed key encryption properties for the resource.

Functions

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