Client Encryption Included Path Args
data class ClientEncryptionIncludedPathArgs(val clientEncryptionKeyId: Output<String>, val encryptionAlgorithm: Output<String>, val encryptionType: Output<String>, val path: Output<String>) : ConvertibleToJava<ClientEncryptionIncludedPathArgs>
.
Properties
Link copied to clipboard
The identifier of the Client Encryption Key to be used to encrypt the path.
Link copied to clipboard
The encryption algorithm which will be used. Eg - AEAD_AES_256_CBC_HMAC_SHA256.
Link copied to clipboard
The type of encryption to be performed. Eg - Deterministic, Randomized.