Amazon Resource Explorer · JSON Structure

Amazon Resource Explorer Openapi Index Structure

Index schema from openapi

Type: object Properties: 3
DiscoveryInventoryOperationsResource Management

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

Properties

Arn Region Type

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-index-structure.json",
  "description": "Index schema from openapi",
  "type": "object",
  "properties": {
    "Arn": {
      "type": "string",
      "description": "The ARN of the index."
    },
    "Region": {
      "type": "string",
      "description": "The AWS Region where the index exists."
    },
    "Type": {
      "type": "string",
      "enum": [
        "LOCAL",
        "AGGREGATOR"
      ],
      "description": "The type of the index."
    }
  },
  "name": "Index"
}