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

PutDataCatalogEncryptionSettingsRequest

import type { PutDataCatalogEncryptionSettingsRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface PutDataCatalogEncryptionSettingsRequest {
CatalogId?: string | null;
DataCatalogEncryptionSettings: DataCatalogEncryptionSettings;
}

§Properties

§
CatalogId?: string | null
[src]

The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.

§
DataCatalogEncryptionSettings: DataCatalogEncryptionSettings
[src]

The security configuration to set.