Show / Hide Table of Contents

Interface CfnMLTransformPropsMixin.IMLUserDataEncryptionProperty

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

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Glue
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnMLTransformPropsMixin.IMLUserDataEncryptionProperty
Syntax (vb)
Public Interface 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.CfnPropertyMixins.AWS.Glue;

             var mLUserDataEncryptionProperty = new MLUserDataEncryptionProperty {
                 KmsKeyId = "kmsKeyId",
                 MlUserDataEncryptionMode = "mlUserDataEncryptionMode"
             };

Synopsis

Properties

KmsKeyId

The ID for the customer-provided KMS key.

MlUserDataEncryptionMode

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

Properties

KmsKeyId

The ID for the customer-provided KMS key.

string? KmsKeyId { get; }
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:.

string? MlUserDataEncryptionMode { get; }
Property Value

string

Remarks

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

    Back to top Generated by DocFX