You can configure the Simba Amazon Athena JDBC Connector to encrypt your query results using any of the encryption protocols that Athena supports. To configure query result encryption:Documentation Index
Fetch the complete documentation index at: https://insightsoftware-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Set the
S3OutputEncOptionproperty to one of the following values.Option Name Description SSE_S3
The connector uses server-side encryption with an Amazon S3-managed key.
SSE_KMS
The connector uses server-side encryption with an AWS KMS-managed key.
CSE_KMS
The connector uses client-side encryption with an AWS KMS-managed key.
- If you specified
SSE_KMSorCSE_KMSin the previous step, then set theS3OutputEncKMSKeyproperty to the KMS key ARN or ID to use for encrypting data.