aws.iot.describe_account_audit_configuration
Example SQL Queries
SELECT * FROMaws.iot.describe_account_audit_configuration;Description
Gets information about the Device Defender audit settings for this account. Settings include how audit notifications are sent and which audit checks are enabled or disabled.
Requires permission to access the DescribeAccountAuditConfiguration action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| audit_check_configurations Which audit checks are enabled and disabled for this account. | MAP(VARCHAR, STRUCT( |
| audit_notification_target_configurations Information about the targets to which audit notifications are sent for this account. | MAP(VARCHAR, STRUCT( |
| role_arn The ARN of the role that grants permission to IoT to access information about your devices, policies, certificates, and other items as required when performing an audit. On the first call to UpdateAccountAuditConfiguration, this parameter is required. | VARCHAR |