Amazon Config · JSON Structure

Config Get Custom Rule Policy Request Structure

GetCustomRulePolicyRequest schema

Type: object Properties: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

GetCustomRulePolicyRequest 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

ConfigRuleName

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-request-structure.json",
  "name": "GetCustomRulePolicyRequest",
  "description": "GetCustomRulePolicyRequest schema",
  "type": "object",
  "properties": {
    "ConfigRuleName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigRuleName"
        },
        {
          "description": "The name of your Config Custom Policy rule."
        }
      ]
    }
  }
}