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

LogsSummary

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

The list of information about logs currently enabled and pending to be deployed for the specified broker.

interface LogsSummary {
Audit?: boolean | null;
AuditLogGroup?: string | null;
General: boolean;
GeneralLogGroup: string;
Pending?: PendingLogs | null;
}

§Properties

§
Audit?: boolean | null
[src]

Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.

§
AuditLogGroup?: string | null
[src]

The location of the CloudWatch Logs log group where audit logs are sent.

§
General: boolean
[src]

Enables general logging.

§
GeneralLogGroup: string
[src]

The location of the CloudWatch Logs log group where general logs are sent.

§
Pending?: PendingLogs | null
[src]

The list of information about logs pending to be deployed for the specified broker.