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

S3LogsConfiguration

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

Describes whether S3 data event logs will be enabled as a data source.

interface S3LogsConfiguration {
Enable: boolean;
}

§Properties

§
Enable: boolean
[src]

The status of S3 data event logs as a data source.