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

JobBookmarksEncryption

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

Specifies how job bookmark data should be encrypted.

interface JobBookmarksEncryption {
JobBookmarksEncryptionMode?: JobBookmarksEncryptionMode | null;
KmsKeyArn?: string | null;
}

§Properties

§
JobBookmarksEncryptionMode?: JobBookmarksEncryptionMode | null
[src]

The encryption mode to use for job bookmarks data.

§
KmsKeyArn?: string | null
[src]

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.