class Aws::Glue::Types::TransformEncryption

The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.

Additionally, imported labels and trained transforms can now be encrypted using a customer provided KMS key.

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

data as a hash:

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

@!attribute [rw] ml_user_data_encryption

An `MLUserDataEncryption` object containing the encryption mode and
customer-provided KMS key ID.
@return [Types::MLUserDataEncryption]

@!attribute [rw] task_run_security_configuration_name

The name of the security configuration.
@return [String]

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

Constants

SENSITIVE