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

AccountSources

import type { AccountSources } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";

Amazon Security Lake collects logs and events from supported Amazon Web Services and custom sources. For the list of supported Amazon Web Services, see the Amazon Security Lake User Guide.

interface AccountSources {
account: string;
eventClass?: OcsfEventClass | null;
logsStatus?: LogsStatus[] | null;
sourceType: string;
}

§Properties

§
account: string
[src]

The ID of the Security Lake account for which logs are collected.

§
eventClass?: OcsfEventClass | null
[src]

Initializes a new instance of the Event class.

§
logsStatus?: LogsStatus[] | null
[src]

The log status for the Security Lake account.

§
sourceType: string
[src]

The supported Amazon Web Services from which logs and events are collected. Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.