Amazon IoT Device Defender · JSON Structure

Iot Device Defender Describe Account Audit Configuration Response Structure

DescribeAccountAuditConfigurationResponse schema

Type: object Properties: 3
ComplianceIoTSecurityVulnerability Management

DescribeAccountAuditConfigurationResponse is a JSON Structure definition published by Amazon IoT Device Defender, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

roleArn auditNotificationTargetConfigurations auditCheckConfigurations

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-describe-account-audit-configuration-response-structure.json",
  "name": "DescribeAccountAuditConfigurationResponse",
  "description": "DescribeAccountAuditConfigurationResponse schema",
  "type": "object",
  "properties": {
    "roleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleArn"
        },
        {
          "description": "<p>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.</p> <p>On the first call to <code>UpdateAccountAuditConfiguration</code>, this parameter is required.</p>"
        }
      ]
    },
    "auditNotificationTargetConfigurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuditNotificationTargetConfigurations"
        },
        {
          "description": "Information about the targets to which audit notifications are sent for this account."
        }
      ]
    },
    "auditCheckConfigurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuditCheckConfigurations"
        },
        {
          "description": "Which audit checks are enabled and disabled for this account."
        }
      ]
    }
  }
}