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

DescribeAccountAuditConfigurationResponse

import type { DescribeAccountAuditConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeAccountAuditConfigurationResponse {
auditCheckConfigurations?: {
[key: string]: AuditCheckConfiguration | null | undefined;
}
| null;
auditNotificationTargetConfigurations?: [key in AuditNotificationType]: AuditNotificationTarget | null | undefined | null;
roleArn?: string | null;
}

§Properties

§
auditCheckConfigurations?: {
[key: string]: AuditCheckConfiguration | null | undefined;
}
| null
[src]

Which audit checks are enabled and disabled for this account.

§
auditNotificationTargetConfigurations?: [key in AuditNotificationType]: AuditNotificationTarget | null | undefined | null
[src]

Information about the targets to which audit notifications are sent for this account.

§
roleArn?: string | null
[src]

The ARN of the role that grants permission to IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.

On the first call to UpdateAccountAuditConfiguration, this parameter is required.