Amazon GuardDuty · Schema

UpdateThreatIntelSetRequest

UpdateThreatIntelSetRequest schema from Amazon GuardDuty API

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
Name object
Location object
Activate object
View JSON Schema on GitHub

JSON Schema

guardduty-update-threat-intel-set-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-update-threat-intel-set-request-schema.json",
  "title": "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."
        }
      ]
    }
  }
}