AWS::IoT::ScheduledAuditScheduled audits can be used to specify the checks you want to perform during an audit and how often the audit should be run.
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Frequency | string | Required |
TargetCheckNames | Array<string> | Required |
DayOfMonth | string | |
DayOfWeek | string | |
ScheduledAuditName | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ScheduledAuditArn | string | The ARN (Amazon resource name) of the scheduled audit. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoT::ScheduledAudit
Resources:
MyResource:
Type: AWS::IoT::ScheduledAudit
Properties:
Frequency: "DAILY"
TargetCheckNames: "my-targetchecknames"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iot:CreateScheduledAuditiot:DescribeScheduledAuditiot:TagResourceiot:DescribeScheduledAuditiot:ListTagsForResourceiot:UpdateScheduledAuditiot:ListTagsForResourceiot:UntagResourceiot:TagResourceiot:DescribeScheduledAuditiot:DeleteScheduledAuditiot:ListScheduledAuditsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterScheduledAuditNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ScheduledAuditName