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

PendingCloudwatchLogsExports

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

A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.

interface PendingCloudwatchLogsExports {
LogTypesToDisable: string[];
LogTypesToEnable: string[];
}

§Properties

§
LogTypesToDisable: string[]
[src]

Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.

§
LogTypesToEnable: string[]
[src]

Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.