{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-base-configuration-item-structure.json", "name": "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": "
The configuration item status. The valid values are:
OK \u2013 The resource configuration has been updated
ResourceDiscovered \u2013 The resource was newly discovered
ResourceNotRecorded \u2013 The resource was discovered but its configuration was not recorded since the recorder excludes the recording of resources of this type
ResourceDeleted \u2013 The resource was deleted
ResourceDeletedNotRecorded \u2013 The resource was deleted but its configuration was not recorded since the recorder excludes the recording of resources of this type
The CIs do not incur any cost.