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

SourceType

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

The supported source types from which logs and events are collected in Amazon Security Lake. For the list of supported Amazon Web Services, see the Amazon Security Lake User Guide.

interface SourceType {
awsSourceType?: AwsLogSourceType | null;
customSourceType?: string | null;
}

§Properties

§
awsSourceType?: AwsLogSourceType | null
[src]

Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.

§
customSourceType?: string | null
[src]

Amazon Security Lake supports custom source types. For a detailed list, see the Amazon Security Lake User Guide.