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

UpdateAccountAuditConfigurationRequest

import type { UpdateAccountAuditConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateAccountAuditConfigurationRequest {
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]

Specifies which audit checks are enabled and disabled for this account. Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are currently enabled.

Some data collection might start immediately when certain checks are enabled. When a check is disabled, any data collected so far in relation to the check is deleted.

You cannot disable a check if it's used by any scheduled audit. You must first delete the check from the scheduled audit or delete the scheduled audit itself.

On the first call to UpdateAccountAuditConfiguration, this parameter is required and must specify at least one enabled check.

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

Information about the targets to which audit notifications are sent.

§
roleArn?: string | null
[src]

The Amazon Resource Name (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.