Amazon IoT Core · JSON Structure

Iot Core Create Scheduled Audit Response Structure

CreateScheduledAuditResponse schema

Type: object Properties: 1
Device ManagementIoTMQTTMessage Routing

CreateScheduledAuditResponse is a JSON Structure definition published by Amazon IoT Core, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

scheduledAuditArn

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-core/refs/heads/main/json-structure/iot-core-create-scheduled-audit-response-structure.json",
  "name": "CreateScheduledAuditResponse",
  "description": "CreateScheduledAuditResponse schema",
  "type": "object",
  "properties": {
    "scheduledAuditArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScheduledAuditArn"
        },
        {
          "description": "The ARN of the scheduled audit."
        }
      ]
    }
  }
}