Class: Aws::SecurityHub::Types::AwsAthenaWorkGroupConfigurationDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#result_configurationTypes::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.



2538
2539
2540
2541
2542
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2538

class AwsAthenaWorkGroupConfigurationDetails < Struct.new(
  :result_configuration)
  SENSITIVE = []
  include Aws::Structure
end