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 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