Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SecurityHub::Types::AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Specifies the method used to encrypt the user’s data stores in the Athena workgroup.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_optionString

Indicates whether Amazon Simple Storage Service (Amazon S3) server-side encryption with Amazon S3 managed keys (SSE_S3), server-side encryption with KMS keys (SSE_KMS), or client-side encryption with KMS customer managed keys (CSE_KMS) is used.

Returns:

  • (String)

2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2493

class AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails < Struct.new(
  :encryption_option,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end

#kms_keyString

For SSE_KMS and CSE_KMS, this is the KMS key Amazon Resource Name (ARN) or ID.

Returns:

  • (String)

2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2493

class AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails < Struct.new(
  :encryption_option,
  :kms_key)
  SENSITIVE = []
  include Aws::Structure
end