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

TransformEncryption

import type { TransformEncryption } 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. 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.

interface TransformEncryption {
MlUserDataEncryption?: MLUserDataEncryption | null;
TaskRunSecurityConfigurationName?: string | null;
}

§Properties

§
MlUserDataEncryption?: MLUserDataEncryption | null
[src]

An MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID.

§
TaskRunSecurityConfigurationName?: string | null
[src]

The name of the security configuration.