Amazon Config · JSON Structure

Config Put Config Rule Request Structure

PutConfigRuleRequest schema

Type: object Properties: 2 Required: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

PutConfigRuleRequest is a JSON Structure definition published by Amazon Config, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ConfigRule Tags

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-put-config-rule-request-structure.json",
  "name": "PutConfigRuleRequest",
  "description": "PutConfigRuleRequest schema",
  "type": "object",
  "properties": {
    "ConfigRule": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigRule"
        },
        {
          "description": "The rule that you want to add to your account."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagsList"
        },
        {
          "description": "An array of tag object."
        }
      ]
    }
  },
  "required": [
    "ConfigRule"
  ]
}