Amazon Config · JSON Structure

Config Put Conformance Pack Request Structure

PutConformancePackRequest schema

Type: object Properties: 7 Required: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

ConformancePackName TemplateS3Uri TemplateBody DeliveryS3Bucket DeliveryS3KeyPrefix ConformancePackInputParameters TemplateSSMDocumentDetails

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-put-conformance-pack-request-structure.json",
  "name": "PutConformancePackRequest",
  "description": "PutConformancePackRequest schema",
  "type": "object",
  "properties": {
    "ConformancePackName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConformancePackName"
        },
        {
          "description": "The unique name of the conformance pack you want to deploy."
        }
      ]
    },
    "TemplateS3Uri": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateS3Uri"
        },
        {
          "description": "<p>The location of the file containing the template body (<code>s3://bucketname/prefix</code>). The uri must point to a conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket in the same Region as the conformance pack. </p> <note> <p>You must have access to read Amazon S3 bucket.</p> </note>"
        }
      ]
    },
    "TemplateBody": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateBody"
        },
        {
          "description": "<p>A string containing the full conformance pack template body. The structure containing the template body has a minimum length of 1 byte and a maximum length of 51,200 bytes.</p> <note> <p>You can use a YAML template with two resource types: Config rule (<code>AWS::Config::ConfigRule</code>) and remediation action (<code>AWS::Config::RemediationConfiguration</code>).</p> </note>"
        }
      ]
    },
    "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."
        }
      ]
    },
    "TemplateSSMDocumentDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateSSMDocumentDetails"
        },
        {
          "description": "An object of type <code>TemplateSSMDocumentDetails</code>, which contains the name or the 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"
  ]
}

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-put-conformance-pack-request-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.