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

DeleteAwsLogSourceRequest

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

§Properties

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

Removes the specific Amazon Web Services sources from specific accounts and specific Regions.

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

Removes all Amazon Web Services sources from specific accounts or Regions.

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

Remove a specific Amazon Web Services source from specific accounts or Regions.

§
inputOrder: Dimension[]
[src]

This is a mandatory input. Specify the input order to disable dimensions in Security Lake, namely Region (Amazon Web Services Region code, source type, and member (account ID of a specific Amazon Web Services account).