Amazon Config · Schema

RetentionConfigurationNameList

RetentionConfigurationNameList schema

AuditingComplianceConfiguration ManagementGovernanceSecurity
View JSON Schema on GitHub

JSON Schema

config-retention-configuration-name-list-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-retention-configuration-name-list-schema.json",
  "title": "RetentionConfigurationNameList",
  "description": "RetentionConfigurationNameList schema",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/RetentionConfigurationName"
  },
  "minItems": 0,
  "maxItems": 1
}