class Aws::HealthLake::Types::SseConfiguration

The server-side encryption key configuration for a customer provided encryption key.

@note When making an API call, you may pass SseConfiguration

data as a hash:

    {
      kms_encryption_config: { # required
        cmk_type: "CUSTOMER_MANAGED_KMS_KEY", # required, accepts CUSTOMER_MANAGED_KMS_KEY, AWS_OWNED_KMS_KEY
        kms_key_id: "EncryptionKeyID",
      },
    }

@!attribute [rw] kms_encryption_config

The KMS encryption configuration used to provide details for data
encryption.
@return [Types::KmsEncryptionConfig]

@see docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/SseConfiguration AWS API Documentation

Constants

SENSITIVE