Amazon Config · Schema

ConformancePackDetail

Returns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ConformancePackName object
ConformancePackArn object
ConformancePackId object
DeliveryS3Bucket object
DeliveryS3KeyPrefix object
ConformancePackInputParameters object
LastUpdateRequestedTime object
CreatedBy object
TemplateSSMDocumentDetails object
View JSON Schema on GitHub

JSON Schema

config-conformance-pack-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-detail-schema.json",
  "title": "ConformancePackDetail",
  "description": "Returns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.",
  "type": "object",
  "properties": {
    "ConformancePackName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConformancePackName"
        },
        {
          "description": "Name of the conformance pack."
        }
      ]
    },
    "ConformancePackArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConformancePackArn"
        },
        {
          "description": "Amazon Resource Name (ARN) of the conformance pack."
        }
      ]
    },
    "ConformancePackId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConformancePackId"
        },
        {
          "description": "ID of the conformance pack."
        }
      ]
    },
    "DeliveryS3Bucket": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeliveryS3Bucket"
        },
        {
          "description": "<p>The name of the Amazon S3 bucket where Config stores conformance pack templates. </p> <note> <p>This field is optional.</p> </note>"
        }
      ]
    },
    "DeliveryS3KeyPrefix": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeliveryS3KeyPrefix"
        },
        {
          "description": "<p>The prefix for the Amazon S3 bucket.</p> <note> <p>This field is optional.</p> </note>"
        }
      ]
    },
    "ConformancePackInputParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConformancePackInputParameters"
        },
        {
          "description": "A list of <code>ConformancePackInputParameter</code> objects."
        }
      ]
    },
    "LastUpdateRequestedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Date"
        },
        {
          "description": "The last time a conformation pack update was requested. "
        }
      ]
    },
    "CreatedBy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringWithCharLimit256"
        },
        {
          "description": "The Amazon Web Services service that created the conformance pack."
        }
      ]
    },
    "TemplateSSMDocumentDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateSSMDocumentDetails"
        },
        {
          "description": "An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack."
        }
      ]
    }
  },
  "required": [
    "ConformancePackName",
    "ConformancePackArn",
    "ConformancePackId"
  ]
}

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-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 email required.

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