aws.iot.list_scheduled_audits
Example SQL Queries
SELECT * FROMaws.iot.list_scheduled_audits;Description
Lists all of your scheduled audits.
Requires permission to access the ListScheduledAudits action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| day_of_month The day of the month on which the scheduled audit is run (if the frequency is "MONTHLY"). If days 29-31 are specified, and the month does not have that many days, the audit takes place on the "LAST" day of the month. | VARCHAR |
| day_of_week The day of the week on which the scheduled audit is run (if the frequency is "WEEKLY" or "BIWEEKLY"). | VARCHAR |
| frequency How often the scheduled audit occurs. | VARCHAR |
| scheduled_audit_arn The ARN of the scheduled audit. | VARCHAR |
| scheduled_audit_name The name of the scheduled audit. | VARCHAR |