scheduled_audits
Retrieves a list of scheduled_audits
in a region
Overview
Name | scheduled_audits |
Type | Resource |
Description | scheduled_audits |
Id | awscc.iot.scheduled_audits |
Fields
Name | Datatype | Description |
---|---|---|
scheduled_audit_name | string | The name you want to give to the scheduled audit. |
region | string | AWS 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