This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Athena::WorkGroup ManagedQueryResultsConfiguration
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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Enabled" :
Boolean
, "EncryptionConfiguration" :ManagedStorageEncryptionConfiguration
}
YAML
Enabled:
Boolean
EncryptionConfiguration:ManagedStorageEncryptionConfiguration
Properties
Enabled
-
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 theResultConfiguration$OutputLocation
parameter when you set this field to true.Required: No
Type: Boolean
Update requires: No interruption
EncryptionConfiguration
-
If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.
Required: No
Type: ManagedStorageEncryptionConfiguration
Update requires: No interruption