> ## Documentation Index
> Fetch the complete documentation index at: https://insightsoftware-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# S3OutputEncOption

<a id="s3outputencoption" />

<Note>
  **Note:** As an alternative, you can configure this property using the alias `query_results_encryption_option`. If you specify both the property name and the alias for the same connection, the setting associated with the property name (`S3OutputEncOption`) takes precedence.
</Note>

The encryption protocol that the connector uses to encrypt your query results before storing them on Amazon S3.

* `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.

<Note>
  **Note:** If this value is not set, the connector does not encrypt the query results before storing them on Amazon S3.
</Note>

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](http://docs.aws.amazon.com/athena/latest/ug/encryption.html).

<table><colgroup><col /><col /><col /></colgroup><thead><tr><th scope="col">Default Value</th><th scope="col">Data Type</th><th scope="col">Required</th></tr></thead><tbody><tr><td><p>None</p></td><td><p>String</p></td><td><p>No</p></td></tr></tbody></table>
