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

CloudWatchEncryption

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

Specifies how Amazon CloudWatch data should be encrypted.

interface CloudWatchEncryption {
CloudWatchEncryptionMode?: CloudWatchEncryptionMode | null;
KmsKeyArn?: string | null;
}

§Properties

§
CloudWatchEncryptionMode?: CloudWatchEncryptionMode | null
[src]

The encryption mode to use for CloudWatch data.

§
KmsKeyArn?: string | null
[src]

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