Amazon Config · JSON Structure

Config Aggregate Conformance Pack Compliance Summary Filters Structure

Filters the results based on account ID and region.

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

AggregateConformancePackComplianceSummaryFilters 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

AccountId AwsRegion

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-aggregate-conformance-pack-compliance-summary-filters-structure.json",
  "name": "AggregateConformancePackComplianceSummaryFilters",
  "description": "Filters the results based on account ID and region. ",
  "type": "object",
  "properties": {
    "AccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountId"
        },
        {
          "description": "The 12-digit Amazon Web Services account ID of the source account."
        }
      ]
    },
    "AwsRegion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AwsRegion"
        },
        {
          "description": "The source Amazon Web Services Region from where the data is aggregated."
        }
      ]
    }
  }
}