Class: Aws::SecurityLake::Types::DataLakeEncryptionConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securitylake/types.rb

Overview

Provides encryption details of Amazon Security Lake object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The identifier of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.

Returns:

  • (String)


640
641
642
643
644
# File 'lib/aws-sdk-securitylake/types.rb', line 640

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