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

LogPublishingOption

import type { LogPublishingOption } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

Log Publishing option that is set for a given domain.

Attributes and their details:

  • CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to publish logs to.
  • Enabled: Whether the log publishing for a given log type is enabled or not.
interface LogPublishingOption {
CloudWatchLogsLogGroupArn?: string | null;
Enabled?: boolean | null;
}

§Properties

§
CloudWatchLogsLogGroupArn?: string | null
[src]
§
Enabled?: boolean | null
[src]

Whether the given log publishing option is enabled or not.