--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iot_scheduled_audit Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::IoT::ScheduledAudit --- # awscc_iot_scheduled_audit (Data Source) Data Source schema for AWS::IoT::ScheduledAudit ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `day_of_month` (String) 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. - `day_of_week` (String) 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. - `frequency` (String) How often the scheduled audit takes place. Can be one of DAILY, WEEKLY, BIWEEKLY, or MONTHLY. - `scheduled_audit_arn` (String) The ARN (Amazon resource name) of the scheduled audit. - `scheduled_audit_name` (String) The name you want to give to the scheduled audit. - `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) - `target_check_names` (Set of String) Which checks are performed during the scheduled audit. Checks must be enabled for your account. ### Nested Schema for `tags` Read-Only: - `key` (String) The tag's key. - `value` (String) The tag's value.