Amazon Config · JSON Structure

Config Compliance Summary By Resource Type Structure

The number of Amazon Web Services resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each.

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

ComplianceSummaryByResourceType 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

ResourceType ComplianceSummary

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-summary-by-resource-type-structure.json",
  "name": "ComplianceSummaryByResourceType",
  "description": "The number of Amazon Web Services resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each.",
  "type": "object",
  "properties": {
    "ResourceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringWithCharLimit256"
        },
        {
          "description": "The type of Amazon Web Services resource."
        }
      ]
    },
    "ComplianceSummary": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComplianceSummary"
        },
        {
          "description": "The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each."
        }
      ]
    }
  }
}