Class: Aws::HealthLake::Types::SseConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#kms_encryption_configTypes::KmsEncryptionConfig

The KMS encryption configuration used to provide details for data encryption.



934
935
936
937
938
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 934

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