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

AwsRdsPendingCloudWatchLogsExports

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

Identifies the log types to enable and disable.

interface AwsRdsPendingCloudWatchLogsExports {
LogTypesToDisable?: string[] | null;
LogTypesToEnable?: string[] | null;
}

§Properties

§
LogTypesToDisable?: string[] | null
[src]

A list of log types that are being disabled.

§
LogTypesToEnable?: string[] | null
[src]

A list of log types that are being enabled.