Amazon Config · JSON Structure

Config Conformance Pack Status Detail Structure

Status details of a conformance pack.

Type: object Properties: 8 Required: 6
AuditingComplianceConfiguration ManagementGovernanceSecurity

ConformancePackStatusDetail is a JSON Structure definition published by Amazon Config, describing 8 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ConformancePackName ConformancePackId ConformancePackArn ConformancePackState StackArn ConformancePackStatusReason LastUpdateRequestedTime LastUpdateCompletedTime

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-config/refs/heads/main/json-structure/config-conformance-pack-status-detail-structure.json",
  "name": "ConformancePackStatusDetail",
  "description": "Status details of a conformance pack.",
  "type": "object",
  "properties": {
    "ConformancePackName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConformancePackName"
        },
        {
          "description": "Name of the conformance pack."
        }
      ]
    },
    "ConformancePackId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConformancePackId"
        },
        {
          "description": "ID of the conformance pack."
        }
      ]
    },
    "ConformancePackArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConformancePackArn"
        },
        {
          "description": "Amazon Resource Name (ARN) of comformance pack."
        }
      ]
    },
    "ConformancePackState": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConformancePackState"
        },
        {
          "description": "<p>Indicates deployment status of conformance pack.</p> <p>Config sets the state of the conformance pack to:</p> <ul> <li> <p>CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.</p> </li> <li> <p>CREATE_COMPLETE when a conformance pack has been successfully created in your account.</p> </li> <li> <p>CREATE_FAILED when a conformance pack creation failed in your account.</p> </li> <li> <p>DELETE_IN_PROGRESS when a conformance pack deletion is in progress. </p> </li> <li> <p>DELETE_FAILED when a conformance pack deletion failed in your account.</p> </li> </ul>"
        }
      ]
    },
    "StackArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StackArn"
        },
        {
          "description": "Amazon Resource Name (ARN) of CloudFormation stack. "
        }
      ]
    },
    "ConformancePackStatusReason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConformancePackStatusReason"
        },
        {
          "description": "The reason of conformance pack creation failure."
        }
      ]
    },
    "LastUpdateRequestedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Date"
        },
        {
          "description": "Last time when conformation pack creation and update was requested."
        }
      ]
    },
    "LastUpdateCompletedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Date"
        },
        {
          "description": "Last time when conformation pack creation and update was successful."
        }
      ]
    }
  },
  "required": [
    "ConformancePackName",
    "ConformancePackId",
    "ConformancePackArn",
    "ConformancePackState",
    "StackArn",
    "LastUpdateRequestedTime"
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/config-conformance-pack-status-detail-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.