You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::MLUserDataEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::MLUserDataEncryption
- Defined in:
- (unknown)
Overview
Note:
When passing MLUserDataEncryption as input to an Aws::Client method, you can use a vanilla Hash:
{
ml_user_data_encryption_mode: "DISABLED", # required, accepts DISABLED, SSE-KMS
kms_key_id: "NameString",
}
The encryption-at-rest settings of the transform that apply to accessing user data.
Returned by:
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The ID for the customer-provided KMS key.
-
#ml_user_data_encryption_mode ⇒ String
The encryption mode applied to user data.
Instance Attribute Details
#kms_key_id ⇒ String
The ID for the customer-provided KMS key.
#ml_user_data_encryption_mode ⇒ String
The encryption mode applied to user data. Valid values are:
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with AWS Key Management Service (SSE-KMS) for user data stored in Amazon S3.
Possible values:
- DISABLED
- SSE-KMS