Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MLUserDataEncryption

import type { MLUserDataEncryption } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

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

interface MLUserDataEncryption {
KmsKeyId?: string | null;
MlUserDataEncryptionMode: MLUserDataEncryptionModeString;
}

§Properties

§
KmsKeyId?: string | null
[src]

The ID for the customer-provided KMS key.

§
MlUserDataEncryptionMode: MLUserDataEncryptionModeString
[src]

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

  • DISABLED: encryption is disabled
  • SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.