account_audit_configurations_list_only
Lists account_audit_configurations
in a region or regions, for all properties use account_audit_configurations
Overview
Name | account_audit_configurations_list_only |
Type | Resource |
Description | Configures the Device Defender audit settings for this account. Settings include how audit notifications are sent and which audit checks are enabled or disabled. |
Id | aws.iot.account_audit_configurations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
account_id | string | Your 12-digit account ID (used as the primary identifier for the CloudFormation resource). |
audit_check_configurations | object | Specifies which audit checks are enabled and disabled for this account. |
audit_notification_target_configurations | object | Information about the targets to which audit notifications are sent. |
role_arn | string | The ARN of the role that grants permission to AWS IoT to access information about your devices, policies, certificates and other items as required when performing an audit. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all account_audit_configurations
in a region.
SELECT
region,
account_id
FROM aws.iot.account_audit_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the account_audit_configurations_list_only
resource, see account_audit_configurations