Skip to main content

scheduled_audits

Retrieves a list of scheduled_audits in a region

Overview

Namescheduled_audits
TypeResource
Descriptionscheduled_audits
Idawscc.iot.scheduled_audits

Fields

NameDatatypeDescription
scheduled_audit_namestringThe name you want to give to the scheduled audit.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
scheduled_audit_name
FROM awscc.iot.scheduled_audits
WHERE region = 'us-east-1'

Permissions

To operate on the scheduled_audits resource, the following permissions are required:

Create

iot:CreateScheduledAudit,
iot:DescribeScheduledAudit,
iot:TagResource

List

iot:ListScheduledAudits