ClientEncryptionIncludedPathArgs

data class ClientEncryptionIncludedPathArgs(val clientEncryptionKeyId: Output<String>, val encryptionAlgorithm: Output<String>, val encryptionType: Output<String>, val path: Output<String>) : ConvertibleToJava<ClientEncryptionIncludedPathArgs>

.

Constructors

Link copied to clipboard
constructor(clientEncryptionKeyId: Output<String>, encryptionAlgorithm: Output<String>, encryptionType: Output<String>, path: Output<String>)

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
val encryptionType: Output<String>

The type of encryption to be performed. Eg - Deterministic, Randomized.

Link copied to clipboard
val path: Output<String>

Path that needs to be encrypted.

Functions

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