Amazon GuardDuty · Schema

CreateDetectorResponse

CreateDetectorResponse schema from Amazon GuardDuty API

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
DetectorId object
UnprocessedDataSources object
View JSON Schema on GitHub

JSON Schema

guardduty-create-detector-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-create-detector-response-schema.json",
  "title": "CreateDetectorResponse",
  "description": "CreateDetectorResponse schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "DetectorId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectorId"
        },
        {
          "xml": {
            "name": "detectorId"
          },
          "description": "The unique ID of the created detector."
        }
      ]
    },
    "UnprocessedDataSources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UnprocessedDataSourcesResult"
        },
        {
          "xml": {
            "name": "unprocessedDataSources"
          },
          "description": "Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time."
        }
      ]
    }
  }
}