Amazon GuardDuty · JSON Structure

Guardduty Update Threat Intel Set Request Structure

UpdateThreatIntelSetRequest schema from Amazon GuardDuty API

Type: object Properties: 3
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

Name Location Activate

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-update-threat-intel-set-request-structure.json",
  "name": "UpdateThreatIntelSetRequest",
  "description": "UpdateThreatIntelSetRequest schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Name"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The unique ID that specifies the ThreatIntelSet that you want to update."
        }
      ]
    },
    "Location": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Location"
        },
        {
          "xml": {
            "name": "location"
          },
          "description": "The updated URI of the file that contains the ThreateIntelSet."
        }
      ]
    },
    "Activate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "xml": {
            "name": "activate"
          },
          "description": "The updated Boolean value that specifies whether the ThreateIntelSet is active or not."
        }
      ]
    }
  }
}