Amazon Config · Schema

ConformancePackStatusDetail

Status details of a conformance pack.

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ConformancePackName object
ConformancePackId object
ConformancePackArn object
ConformancePackState object
StackArn object
ConformancePackStatusReason object
LastUpdateRequestedTime object
LastUpdateCompletedTime object
View JSON Schema on GitHub

JSON Schema

config-conformance-pack-status-detail-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-conformance-pack-status-detail-schema.json",
  "title": "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 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-conformance-pack-status-detail"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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