Amazon GuardDuty · Schema

CreateSampleFindingsRequest

CreateSampleFindingsRequest schema from Amazon GuardDuty API

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
FindingTypes object
View JSON Schema on GitHub

JSON Schema

guardduty-create-sample-findings-request-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-sample-findings-request-schema.json",
  "title": "CreateSampleFindingsRequest",
  "description": "CreateSampleFindingsRequest schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "FindingTypes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FindingTypes"
        },
        {
          "xml": {
            "name": "findingTypes"
          },
          "description": "The types of sample findings to generate."
        }
      ]
    }
  }
}