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.4/services/es.ts?docs=full";

Log Publishing option that is set for given domain.

Attributes and their details:

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

§Properties

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

Specifies whether given log publishing option is enabled or not.