Amazon Config · Schema

GetCustomRulePolicyRequest

GetCustomRulePolicyRequest schema

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ConfigRuleName object
View JSON Schema on GitHub

JSON Schema

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