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

DataSourcesFreeTrial

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

Contains information about which data sources are enabled for the GuardDuty member account.

interface DataSourcesFreeTrial {
CloudTrail?: DataSourceFreeTrial | null;
DnsLogs?: DataSourceFreeTrial | null;
FlowLogs?: DataSourceFreeTrial | null;
Kubernetes?: KubernetesDataSourceFreeTrial | null;
MalwareProtection?: MalwareProtectionDataSourceFreeTrial | null;
S3Logs?: DataSourceFreeTrial | null;
}

§Properties

§
CloudTrail?: DataSourceFreeTrial | null
[src]

Describes whether any Amazon Web Services CloudTrail management event logs are enabled as data sources.

§
DnsLogs?: DataSourceFreeTrial | null
[src]

Describes whether any DNS logs are enabled as data sources.

§
FlowLogs?: DataSourceFreeTrial | null
[src]

Describes whether any VPC Flow logs are enabled as data sources.

§

Describes whether any Kubernetes logs are enabled as data sources.

§

Describes whether Malware Protection is enabled as a data source.

§
S3Logs?: DataSourceFreeTrial | null
[src]

Describes whether any S3 data event logs are enabled as data sources.