scheduled_audits_list_only
Lists scheduled_audits
in a region or regions, for all properties use scheduled_audits
Overview
Name | scheduled_audits_list_only |
Type | Resource |
Description | Scheduled audits can be used to specify the checks you want to perform during an audit and how often the audit should be run. |
Id | aws.iot.scheduled_audits_list_only |
Fields
Name | Datatype | Description |
---|---|---|
scheduled_audit_name | string | The name you want to give to the scheduled audit. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all scheduled_audits
in a region.
SELECT
region,
scheduled_audit_name
FROM aws.iot.scheduled_audits_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the scheduled_audits_list_only
resource, see scheduled_audits