class Aws::Glue::Types::MLUserDataEncryption

The encryption-at-rest settings of the transform that apply to accessing user data.

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

data as a hash:

    {
      ml_user_data_encryption_mode: "DISABLED", # required, accepts DISABLED, SSE-KMS
      kms_key_id: "NameString",
    }

@!attribute [rw] ml_user_data_encryption_mode

The encryption mode applied to user data. Valid values are:

* DISABLED: encryption is disabled

* SSEKMS: use of server-side encryption with Key Management Service
  (SSE-KMS) for user data stored in Amazon S3.
@return [String]

@!attribute [rw] kms_key_id

The ID for the customer-provided KMS key.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/MLUserDataEncryption AWS API Documentation

Constants

SENSITIVE