Amazon Config · JSON Structure

Config Field Info Structure

Details about the fields such as name of the field.

Type: object Properties: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

Name

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-field-info-structure.json",
  "name": "FieldInfo",
  "description": "Details about the fields such as name of the field.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FieldName"
        },
        {
          "description": "Name of the field."
        }
      ]
    }
  }
}