---
type: resource-type
title: ScheduledAudit
description: aws resource type AWS::IoT::ScheduledAudit
name: ScheduledAudit
lexicon: aws
resource_type: AWS::IoT::ScheduledAudit
---
`AWS::IoT::ScheduledAudit`, a resource type of the aws lexicon.

## Properties

- `Frequency` (`"BIWEEKLY" | "DAILY" | "MONTHLY" | "WEEKLY"`, required): How often the scheduled audit takes place. Can be one of DAILY, WEEKLY, BIWEEKLY, or MONTHLY.
- `TargetCheckNames` (`string[]`, required): Which checks are performed during the scheduled audit. Checks must be enabled for your account.
- `DayOfMonth` (`string`, optional): The day of the month on which the scheduled audit takes place. Can be 1 through 31 or LAST. This field is required if the frequency parameter is set to MONTHLY.
- `DayOfWeek` (`"FRI" | "MON" | "SAT" | "SUN" | "THU" | "TUE" | "UNSET_VALUE" | "WED"`, optional): The day of the week on which the scheduled audit takes place. Can be one of SUN, MON, TUE,WED, THU, FRI, or SAT. This field is required if the frequency parameter is set to WEEKLY or BIWEEKLY.
- `ScheduledAuditArn` (`string`, optional): The ARN (Amazon resource name) of the scheduled audit.
- `ScheduledAuditName` (`string`, optional): The name you want to give to the scheduled audit.
- `Tags` (`ScheduledAudit_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `ScheduledAuditArn`
