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

GetV2LoggingOptionsResponse

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

§Properties

§
defaultLogLevel?: LogLevel | null
[src]

The default log level.

§
disableAllLogs?: boolean | null
[src]

Disables all logs.

§
roleArn?: string | null
[src]

The IAM role ARN IoT uses to write to your CloudWatch logs.