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

CreateDatalakeRequest

import type { CreateDatalakeRequest } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";
interface CreateDatalakeRequest {
configurations?: [key in Region]: LakeConfigurationRequest | null | undefined | null;
enableAll?: boolean | null;
metaStoreManagerRoleArn?: string | null;
regions?: Region[] | null;
}

§Properties

§
configurations?: [key in Region]: LakeConfigurationRequest | null | undefined | null
[src]

Specify the Region or Regions that will contribute data to the rollup region.

§
enableAll?: boolean | null
[src]

Enable Security Lake in all Regions.

§
metaStoreManagerRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.

§
regions?: Region[] | null
[src]

Enable Security Lake in the specified Regions. To enable Security Lake in specific Amazon Web Services Regions, such as us-east-1 or ap-northeast-3, provide the Region codes. For a list of Region codes, see Amazon Security Lake endpoints in the Amazon Web Services General Reference.