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

CreateCustomLogSourceResponse

import type { CreateCustomLogSourceResponse } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";
interface CreateCustomLogSourceResponse {
customDataLocation: string;
glueCrawlerName: string;
glueDatabaseName: string;
glueTableName: string;
logProviderAccessRoleArn: string;
}

§Properties

§
customDataLocation: string
[src]

The location of the partition in the Amazon S3 bucket for Security Lake.

§
glueCrawlerName: string
[src]

The name of the Glue crawler.

§
glueDatabaseName: string
[src]

The Glue database where results are written, such as: arn:aws:daylight:us-east-1::database/sometable/*.

§
glueTableName: string
[src]

The table name of the Glue crawler.

§
logProviderAccessRoleArn: string
[src]

The ARN of the IAM role to be used by the entity putting logs into your custom source partition. Security Lake will apply the correct access policies to this role, but you must first manually create the trust policy for this role. The IAM role name must start with the text 'Security Lake'. The IAM role must trust the logProviderAccountId to assume the role.