Amazon Config · JSON Structure

Config Resource Count Group Key Structure

ResourceCountGroupKey schema

Type: string Properties: 0
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

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-resource-count-group-key-structure.json",
  "name": "ResourceCountGroupKey",
  "description": "ResourceCountGroupKey schema",
  "type": "string",
  "enum": [
    "RESOURCE_TYPE",
    "ACCOUNT_ID",
    "AWS_REGION"
  ]
}