Skip to main content

Configuring Query Result Encryption

You can configure the Product to encrypt your query results using any of the encryption protocols that Database supports.

To configure query result encryption:

  1. Set the S3OutputEncOption property to one of the following values.
  2. 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.

    For detailed information about these encryption options, see "Configuring Encryption Options" in the Amazon Athena User Guide: http://docs.aws.amazon.com/athena/latest/ug/encryption.html.

  3. If you specified SSE_KMS or CSE_KMS in the previous step, then set the S3OutputEncKMSKey property to the KMS key ARN or ID to use for encrypting data.
  • Configuring the Product
  • General Driver Configuration Options
  • Driver Configuration Options

Was this article helpful?

We're sorry to hear that.