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

SetV2LoggingOptionsRequest

import type { SetV2LoggingOptionsRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface SetV2LoggingOptionsRequest {
defaultLogLevel?: LogLevel | null;
disableAllLogs?: boolean | null;
roleArn?: string | null;
}

§Properties

§
defaultLogLevel?: LogLevel | null
[src]

The default logging level.

§
disableAllLogs?: boolean | null
[src]

If true all logs are disabled. The default is false.

§
roleArn?: string | null
[src]

The ARN of the role that allows IoT to write to Cloudwatch logs.