Amazon Config · JSON Structure

Config Delete Config Rule Request Structure

Type: object Properties: 1 Required: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

DeleteConfigRuleRequest is a JSON Structure definition published by Amazon Config, describing 1 property, of which 1 is required. 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-delete-config-rule-request-structure.json",
  "name": "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"
  ]
}