Amazon Resource Explorer · JSON Structure

Amazon Resource Explorer Openapi Search Request Structure

SearchRequest schema from openapi

Type: object Properties: 4 Required: 1
DiscoveryInventoryOperationsResource Management

SearchRequest is a JSON Structure definition published by Amazon Resource Explorer, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

QueryString MaxResults NextToken ViewArn

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-resource-explorer/refs/heads/main/json-structure/amazon-resource-explorer-openapi-search-request-structure.json",
  "description": "SearchRequest schema from openapi",
  "type": "object",
  "properties": {
    "QueryString": {
      "type": "string",
      "description": "A string that includes keywords and filters to search for resources."
    },
    "MaxResults": {
      "type": "int32",
      "description": "The maximum number of results to include in the response."
    },
    "NextToken": {
      "type": "string",
      "description": "The token for the next page of results."
    },
    "ViewArn": {
      "type": "string",
      "description": "The ARN of the view to search."
    }
  },
  "required": [
    "QueryString"
  ],
  "name": "SearchRequest"
}