Amazon Config · JSON Structure

Config Custom Policy Details Structure

Provides the runtime system, policy definition, and whether debug logging enabled. You can specify the following CustomPolicyDetails parameter values only for Config Custom Policy rules.

Type: object Properties: 3 Required: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

PolicyRuntime PolicyText EnableDebugLogDelivery

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-custom-policy-details-structure.json",
  "name": "CustomPolicyDetails",
  "description": "Provides the runtime system, policy definition, and whether debug logging enabled. You can specify the following CustomPolicyDetails parameter values only for Config Custom Policy rules.",
  "type": "object",
  "properties": {
    "PolicyRuntime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyRuntime"
        },
        {
          "description": "The runtime system for your Config Custom Policy rule. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the <a href=\"https://github.com/aws-cloudformation/cloudformation-guard\">Guard GitHub Repository</a>."
        }
      ]
    },
    "PolicyText": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyText"
        },
        {
          "description": "The policy definition containing the logic for your Config Custom Policy rule."
        }
      ]
    },
    "EnableDebugLogDelivery": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "The boolean expression for enabling debug logging for your Config Custom Policy rule. The default value is <code>false</code>."
        }
      ]
    }
  },
  "required": [
    "PolicyRuntime",
    "PolicyText"
  ]
}

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-custom-policy-details-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.