Amazon Config · Schema

FieldInfo

Details about the fields such as name of the field.

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
Name object
View JSON Schema on GitHub

JSON Schema

config-field-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-field-info-schema.json",
  "title": "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."
        }
      ]
    }
  }
}