ArrowDecryptionConfiguration

class awswrangler.typing.ArrowDecryptionConfiguration

Bases: TypedDict

Configuration for Arrow file decrypting.

Attributes

crypto_factory

Crypto factory for encrypting and decrypting columns.

kms_connection_config

Configuration of the connection to the Key Management Service (KMS).

Attributes Documentation

crypto_factory: pyarrow.parquet.encryption.CryptoFactory

Crypto factory for encrypting and decrypting columns. see: https://arrow.apache.org/docs/python/generated/pyarrow.parquet.encryption.CryptoFactory.html

kms_connection_config: pyarrow.parquet.encryption.KmsConnectionConfig

Configuration of the connection to the Key Management Service (KMS). see: https://arrow.apache.org/docs/python/generated/pyarrow.parquet.encryption.KmsClient.html