Class CfnMLTransformPropsMixin.MLUserDataEncryptionProperty
The encryption-at-rest settings of the transform that apply to accessing user data.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Glue.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnMLTransformPropsMixin.MLUserDataEncryptionProperty : CfnMLTransformPropsMixin.IMLUserDataEncryptionProperty
Syntax (vb)
Public Class CfnMLTransformPropsMixin.MLUserDataEncryptionProperty Implements CfnMLTransformPropsMixin.IMLUserDataEncryptionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Glue.Mixins;
var mLUserDataEncryptionProperty = new MLUserDataEncryptionProperty {
KmsKeyId = "kmsKeyId",
MlUserDataEncryptionMode = "mlUserDataEncryptionMode"
};
Synopsis
Constructors
| MLUserDataEncryptionProperty() | The encryption-at-rest settings of the transform that apply to accessing user data. |
Properties
| KmsKeyId | The ID for the customer-provided KMS key. |
| MlUserDataEncryptionMode | The encryption mode applied to user data. Valid values are:. |
Constructors
MLUserDataEncryptionProperty()
The encryption-at-rest settings of the transform that apply to accessing user data.
public MLUserDataEncryptionProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Glue.Mixins;
var mLUserDataEncryptionProperty = new MLUserDataEncryptionProperty {
KmsKeyId = "kmsKeyId",
MlUserDataEncryptionMode = "mlUserDataEncryptionMode"
};
Properties
KmsKeyId
The ID for the customer-provided KMS key.
public string? KmsKeyId { get; set; }
Property Value
Remarks
MlUserDataEncryptionMode
The encryption mode applied to user data. Valid values are:.
public string? MlUserDataEncryptionMode { get; set; }