Class: Aws::SecurityHub::Types::AwsAthenaWorkGroupConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsAthenaWorkGroupConfigurationDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The configuration of the workgroup, which includes the location in Amazon Simple Storage Service (Amazon S3) where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#result_configuration ⇒ Types::AwsAthenaWorkGroupConfigurationResultConfigurationDetails
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results.
Instance Attribute Details
#result_configuration ⇒ Types::AwsAthenaWorkGroupConfigurationResultConfigurationDetails
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. These are known as client-side settings. If workgroup settings override client-side settings, then the query uses the workgroup settings.
2542 2543 2544 2545 2546 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2542 class AwsAthenaWorkGroupConfigurationDetails < Struct.new( :result_configuration) SENSITIVE = [] include Aws::Structure end |