Amazon Config · Schema

DeleteConfigurationAggregatorRequest

DeleteConfigurationAggregatorRequest schema

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ConfigurationAggregatorName object
View JSON Schema on GitHub

JSON Schema

config-delete-configuration-aggregator-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-configuration-aggregator-request-schema.json",
  "title": "DeleteConfigurationAggregatorRequest",
  "description": "DeleteConfigurationAggregatorRequest schema",
  "type": "object",
  "properties": {
    "ConfigurationAggregatorName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationAggregatorName"
        },
        {
          "description": "The name of the configuration aggregator."
        }
      ]
    }
  },
  "required": [
    "ConfigurationAggregatorName"
  ]
}