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

LoggingOptions

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

Information about logging options.

interface LoggingOptions {
enabled: boolean;
level: LoggingLevel;
roleArn: string;
}

§Properties

§
enabled: boolean
[src]

If true, logging is enabled for IoT Analytics.

§

The logging level. Currently, only ERROR is supported.

§
roleArn: string
[src]

The ARN of the role that grants permission to IoT Analytics to perform logging.