Show / Hide Table of Contents

Class CfnMLTransformPropsMixin.MLUserDataEncryptionProperty

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

Inheritance
object
CfnMLTransformPropsMixin.MLUserDataEncryptionProperty
Implements
CfnMLTransformPropsMixin.IMLUserDataEncryptionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-mluserdataencryption.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-mluserdataencryption.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-mluserdataencryption.html#cfn-glue-mltransform-mluserdataencryption-kmskeyid

MlUserDataEncryptionMode

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

public string? MlUserDataEncryptionMode { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-mltransform-mluserdataencryption.html#cfn-glue-mltransform-mluserdataencryption-mluserdataencryptionmode

    Implements

    CfnMLTransformPropsMixin.IMLUserDataEncryptionProperty
    Back to top Generated by DocFX