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 Key Management Service (KMS) encryption configuration used to provide details for data encryption.
Instance Attribute Details
#kms_encryption_config ⇒ Types::KmsEncryptionConfig
The Key Management Service (KMS) encryption configuration used to provide details for data encryption.
951 952 953 954 955 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 951 class SseConfiguration < Struct.new( :kms_encryption_config) SENSITIVE = [] include Aws::Structure end |