Amazon GuardDuty · JSON Structure

Guardduty Create Sample Findings Request Structure

CreateSampleFindingsRequest schema from Amazon GuardDuty API

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

FindingTypes

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-guardduty/refs/heads/main/json-structure/guardduty-create-sample-findings-request-structure.json",
  "name": "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."
        }
      ]
    }
  }
}