AWS::Glue::MLTransform 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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MLUserDataEncryption" :
MLUserDataEncryption
, "TaskRunSecurityConfigurationName" :String
}
Properties
MLUserDataEncryption
-
The encryption-at-rest settings of the transform that apply to accessing user data.
Required: No
Type: MLUserDataEncryption
Update requires: No interruption
TaskRunSecurityConfigurationName
-
The name of the security configuration.
Required: No
Type: String
Update requires: No interruption