Amazon Directory Service · JSON Structure

Amazon Directory Service Os Update Settings Structure

OS version that the directory needs to be updated to.

Type: object Properties: 1
Active DirectoryAuthenticationDirectory ServicesIdentity Management

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

Properties

OSVersion

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-directory-service/refs/heads/main/json-structure/amazon-directory-service-os-update-settings-structure.json",
  "title": "OSUpdateSettings",
  "description": " OS version that the directory needs to be updated to. ",
  "type": "object",
  "properties": {
    "OSVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OSVersion"
        },
        {
          "description": " OS version that the directory needs to be updated to. "
        }
      ]
    }
  }
}