Amazon Config · Schema

DeleteConfigRuleRequest

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ConfigRuleName object
View JSON Schema on GitHub

JSON Schema

config-delete-config-rule-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-delete-config-rule-request-schema.json",
  "title": "DeleteConfigRuleRequest",
  "description": "<p/>",
  "type": "object",
  "properties": {
    "ConfigRuleName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigRuleName"
        },
        {
          "description": "The name of the Config rule that you want to delete."
        }
      ]
    }
  },
  "required": [
    "ConfigRuleName"
  ]
}