Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iot-scheduledaudit.json
Parent schema serverless-framework-configuration
Type: object

Scheduled audits can be used to specify the checks you want to perform during an audit and how often the audit should be run.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iot.git

Properties

Frequency string | Aws_CF_FunctionString 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.

uniqueItems=true
ScheduledAuditName string | Aws_CF_FunctionString

The name you want to give to the scheduled audit.

DayOfMonth string | Aws_CF_FunctionString

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 string | Aws_CF_FunctionString

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.

Tags Tag[]

An array of key-value pairs to apply to this resource.

maxItems=50uniqueItems=true

Definitions

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The tag's key.

Value string | Aws_CF_FunctionString required

The tag's value.