Amazon Config · JSON Structure

Config Conformance Pack Name Structure

ConformancePackName schema

Type: string Properties: 0
AuditingComplianceConfiguration ManagementGovernanceSecurity

ConformancePackName 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-conformance-pack-name-structure.json",
  "name": "ConformancePackName",
  "description": "ConformancePackName schema",
  "type": "string",
  "pattern": "[a-zA-Z][-a-zA-Z0-9]*",
  "minLength": 1,
  "maxLength": 256
}