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

ListLogSourcesRequest

import type { ListLogSourcesRequest } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";
interface ListLogSourcesRequest {
inputOrder?: Dimension[] | null;
listAllDimensions?: {
[key: string]: {
[key: string]: string[] | null | undefined;
}
| null | undefined
;
}
| null;
listSingleDimension?: string[] | null;
listTwoDimensions?: {
[key: string]: string[] | null | undefined;
}
| null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
inputOrder?: Dimension[] | null
[src]

Lists the log sources in input order, namely Region, source type, and member account.

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

List the view of log sources for enabled Amazon Security Lake accounts for specific Amazon Web Services sources from specific accounts and specific Regions.

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

List the view of log sources for enabled Security Lake accounts for all Amazon Web Services sources from specific accounts or specific Regions.

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

Lists the view of log sources for enabled Security Lake accounts for specific Amazon Web Services sources from specific accounts or specific Regions.

§
maxResults?: number | null
[src]

The maximum number of accounts for which the log sources are displayed.

§
nextToken?: string | null
[src]

If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.