Amazon IoT Device Defender · Example Payload

Iot Device Defender Describe Audit Finding Response Example

ComplianceIoTSecurityVulnerability Management

Iot Device Defender Describe Audit Finding Response Example is an example object payload from Amazon IoT Device Defender, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

finding

Example Payload

Raw ↑
{
  "finding": {
    "findingId": "id-abc123",
    "taskId": "id-abc123",
    "checkName": "example-resource",
    "taskStartTime": "2025-03-15T14:30:00Z",
    "findingTime": "2025-03-15T14:30:00Z",
    "severity": "example-value",
    "nonCompliantResource": "example-value",
    "relatedResources": "example-value",
    "reasonForNonCompliance": "example-value",
    "reasonForNonComplianceCode": "example-value",
    "isSuppressed": "example-value"
  }
}