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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/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 id of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.

Returns:

  • (String)


635
636
637
638
639
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 635

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