

# ManagedQueryResultsConfiguration
<a name="API_ManagedQueryResultsConfiguration"></a>

 The configuration for storing results in Athena owned storage, which includes whether this feature is enabled; whether encryption configuration, if any, is used for encrypting query results. 

## Contents
<a name="API_ManagedQueryResultsConfiguration_Contents"></a>

 ** Enabled **   <a name="athena-Type-ManagedQueryResultsConfiguration-Enabled"></a>
If set to true, allows you to store query results in Athena owned storage. If set to false, workgroup member stores query results in location specified under `ResultConfiguration$OutputLocation`. The default is false. A workgroup cannot have the `ResultConfiguration$OutputLocation` parameter when you set this field to true.   
Type: Boolean  
Required: Yes

 ** EncryptionConfiguration **   <a name="athena-Type-ManagedQueryResultsConfiguration-EncryptionConfiguration"></a>
If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE\$1KMS or CSE\$1KMS) and key information.  
Type: [ManagedQueryResultsEncryptionConfiguration](API_ManagedQueryResultsEncryptionConfiguration.md) object  
Required: No

## See Also
<a name="API_ManagedQueryResultsConfiguration_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/athena-2017-05-18/ManagedQueryResultsConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/athena-2017-05-18/ManagedQueryResultsConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/athena-2017-05-18/ManagedQueryResultsConfiguration) 