Class: Aws::SecurityLake::Types::DataLakeEncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DataLakeEncryptionConfiguration
- 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
-
#kms_key_id ⇒ String
The identifier of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.
Instance Attribute Details
#kms_key_id ⇒ String
The identifier of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.
640 641 642 643 644 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 640 class DataLakeEncryptionConfiguration < Struct.new( :kms_key_id) SENSITIVE = [] include Aws::Structure end |