Class: Aws::HealthLake::Types::SseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::SseConfiguration
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
The server-side encryption key configuration for a customer provided encryption key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_encryption_config ⇒ Types::KmsEncryptionConfig
The KMS encryption configuration used to provide details for data encryption.
Instance Attribute Details
#kms_encryption_config ⇒ Types::KmsEncryptionConfig
The KMS encryption configuration used to provide details for data encryption.
959 960 961 962 963 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 959 class SseConfiguration < Struct.new( :kms_encryption_config) SENSITIVE = [] include Aws::Structure end |