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

CreateCustomLogSourceRequest

import type { CreateCustomLogSourceRequest } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";
interface CreateCustomLogSourceRequest {
customSourceName: string;
eventClass: OcsfEventClass;
glueInvocationRoleArn: string;
logProviderAccountId: string;
}

§Properties

§
customSourceName: string
[src]

The name for a third-party custom source. This must be a Regionally unique value.

§

The Open Cybersecurity Schema Framework (OCSF) event class which describes the type of data that the custom source will send to Security Lake.

§
glueInvocationRoleArn: string
[src]

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be used by the Glue crawler. The recommended IAM policies are:

  • The managed policy AWSGlueServiceRole
  • A custom policy granting access to your Amazon S3 Data Lake
§
logProviderAccountId: string
[src]

The Amazon Web Services account ID of the custom source that will write logs and events into the Amazon S3 Data Lake.