Amazon GuardDuty · JSON Structure

Guardduty List Coverage Request Structure

ListCoverageRequest schema from Amazon GuardDuty API

Type: object Properties: 4
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

NextToken MaxResults FilterCriteria SortCriteria

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-list-coverage-request-structure.json",
  "name": "ListCoverageRequest",
  "description": "ListCoverageRequest schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "xml": {
            "name": "maxResults"
          },
          "description": "The maximum number of results to return in the response."
        }
      ]
    },
    "FilterCriteria": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CoverageFilterCriteria"
        },
        {
          "xml": {
            "name": "filterCriteria"
          },
          "description": "Represents the criteria used to filter the coverage details."
        }
      ]
    },
    "SortCriteria": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CoverageSortCriteria"
        },
        {
          "xml": {
            "name": "sortCriteria"
          },
          "description": "Represents the criteria used to sort the coverage details."
        }
      ]
    }
  }
}