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

AwsOpenSearchServiceDomainLogPublishingOption

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

Configuration details for a log publishing option.

interface AwsOpenSearchServiceDomainLogPublishingOption {
CloudWatchLogsLogGroupArn?: string | null;
Enabled?: boolean | null;
}

§Properties

§
CloudWatchLogsLogGroupArn?: string | null
[src]

The ARN of the CloudWatch Logs group to publish the logs to.

§
Enabled?: boolean | null
[src]

Whether the log publishing is enabled.