Amazon Config · JSON Structure

Config Get Custom Rule Policy Response Structure

GetCustomRulePolicyResponse schema

Type: object Properties: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

GetCustomRulePolicyResponse is a JSON Structure definition published by Amazon Config, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PolicyText

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-get-custom-rule-policy-response-structure.json",
  "name": "GetCustomRulePolicyResponse",
  "description": "GetCustomRulePolicyResponse schema",
  "type": "object",
  "properties": {
    "PolicyText": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyText"
        },
        {
          "description": "The policy definition containing the logic for your Config Custom Policy rule."
        }
      ]
    }
  }
}