AWS::IoT::AccountAuditConfigurationConfigures the Device Defender audit settings for this account. Settings include how audit notifications are sent and which audit checks are enabled or disabled.
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccountId | string | RequiredCreate-only |
AuditCheckConfigurations | AuditCheckConfigurations | Required |
RoleArn | string | Required |
AuditNotificationTargetConfigurations | AuditNotificationTargetConfigurations |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoT::AccountAuditConfiguration
Resources:
MyResource:
Type: AWS::IoT::AccountAuditConfiguration
Properties:
AccountId: "my-accountid"
AuditCheckConfigurations: "value"
RoleArn: "arn:aws:service:region:account:resource"Permissions CloudFormation needs in your IAM role to manage this resource.
iot:UpdateAccountAuditConfigurationiot:DescribeAccountAuditConfigurationiam:PassRoleiot:DescribeAccountAuditConfigurationiot:UpdateAccountAuditConfigurationiot:DescribeAccountAuditConfigurationiam:PassRoleiot:DescribeAccountAuditConfigurationiot:DeleteAccountAuditConfigurationiot:DescribeAccountAuditConfigurationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAccountIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AccountId