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

CreateAwsLogSourceRequest

import type { CreateAwsLogSourceRequest } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";
interface CreateAwsLogSourceRequest {
enableAllDimensions?: {
[key: string]: {
[key: string]: string[] | null | undefined;
}
| null | undefined
;
}
| null;
enableSingleDimension?: string[] | null;
enableTwoDimensions?: {
[key: string]: string[] | null | undefined;
}
| null;
inputOrder: Dimension[];
}

§Properties

§
enableAllDimensions?: {
[key: string]: {
[key: string]: string[] | null | undefined;
}
| null | undefined
;
}
| null
[src]

Enables data collection from specific Amazon Web Services sources in all specific accounts and specific Regions.

§
enableSingleDimension?: string[] | null
[src]

Enables data collection from all Amazon Web Services sources in specific accounts or Regions.

§
enableTwoDimensions?: {
[key: string]: string[] | null | undefined;
}
| null
[src]

Enables data collection from specific Amazon Web Services sources in specific accounts or Regions.

§
inputOrder: Dimension[]
[src]

Specifies the input order to enable dimensions in Security Lake, namely Region, source type, and member account.