Amazon Config · Schema

BaseConfigurationItem

The detailed configuration of a specified resource.

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
version object
accountId object
configurationItemCaptureTime object
configurationItemStatus object
configurationStateId object
arn object
resourceType object
resourceId object
resourceName object
awsRegion object
availabilityZone object
resourceCreationTime object
configuration object
supplementaryConfiguration object
View JSON Schema on GitHub

JSON Schema

config-base-configuration-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-base-configuration-item-schema.json",
  "title": "BaseConfigurationItem",
  "description": "The detailed configuration of a specified resource.",
  "type": "object",
  "properties": {
    "version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Version"
        },
        {
          "description": "The version number of the resource configuration."
        }
      ]
    },
    "accountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountId"
        },
        {
          "description": "The 12-digit Amazon Web Services account ID associated with the resource."
        }
      ]
    },
    "configurationItemCaptureTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationItemCaptureTime"
        },
        {
          "description": "The time when the configuration recording was initiated."
        }
      ]
    },
    "configurationItemStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationItemStatus"
        },
        {
          "description": "<p>The configuration item status. The valid values are:</p> <ul> <li> <p>OK \u2013 The resource configuration has been updated</p> </li> <li> <p>ResourceDiscovered \u2013 The resource was newly discovered</p> </li> <li> <p>ResourceNotRecorded \u2013 The resource was discovered but its configuration was not recorded since the recorder excludes the recording of resources of this type</p> </li> <li> <p>ResourceDeleted \u2013 The resource was deleted</p> </li> <li> <p>ResourceDeletedNotRecorded \u2013 The resource was deleted but its configuration was not recorded since the recorder excludes the recording of resources of this type</p> </li> </ul> <note> <p>The CIs do not incur any cost.</p> </note>"
        }
      ]
    },
    "configurationStateId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationStateId"
        },
        {
          "description": "An identifier that indicates the ordering of the configuration items of a resource."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the resource."
        }
      ]
    },
    "resourceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceType"
        },
        {
          "description": "The type of Amazon Web Services resource."
        }
      ]
    },
    "resourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The ID of the resource (for example., sg-xxxxxx)."
        }
      ]
    },
    "resourceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceName"
        },
        {
          "description": "The custom name of the resource, if available."
        }
      ]
    },
    "awsRegion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AwsRegion"
        },
        {
          "description": "The region where the resource resides."
        }
      ]
    },
    "availabilityZone": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AvailabilityZone"
        },
        {
          "description": "The Availability Zone associated with the resource."
        }
      ]
    },
    "resourceCreationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceCreationTime"
        },
        {
          "description": "The time stamp when the resource was created."
        }
      ]
    },
    "configuration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Configuration"
        },
        {
          "description": "The description of the resource configuration."
        }
      ]
    },
    "supplementaryConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SupplementaryConfiguration"
        },
        {
          "description": "Configuration attributes that Config returns for certain resource types to supplement the information returned for the configuration parameter."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/config-base-configuration-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.