Amazon Config · JSON Structure

Config Compliance Contributor Count Structure

The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item, up to a maximum number.

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

CappedCount CapExceeded

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-compliance-contributor-count-structure.json",
  "name": "ComplianceContributorCount",
  "description": "The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item, up to a maximum number.",
  "type": "object",
  "properties": {
    "CappedCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item."
        }
      ]
    },
    "CapExceeded": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Indicates whether the maximum count is reached."
        }
      ]
    }
  }
}