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

OrganizationDataSourceConfigurations

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

An object that contains information on which data sources will be configured to be automatically enabled for new members within the organization.

interface OrganizationDataSourceConfigurations {
MalwareProtection?: OrganizationMalwareProtectionConfiguration | null;
}

§Properties

§

Describes the configuration of Kubernetes data sources for new members of the organization.

§

Describes the configuration of Malware Protection for new members of the organization.

§

Describes whether S3 data event logs are enabled for new members of the organization.