Amazon Directory Service · JSON Structure

Amazon Directory Service Ip Route Structure

IP address block. This is often the address block of the DNS server used for your self-managed domain.

Type: object Properties: 2
Active DirectoryAuthenticationDirectory ServicesIdentity Management

Amazon Directory Service Ip Route Structure is a JSON Structure definition published by Amazon Directory Service, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CidrIp Description

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-ip-route-structure.json",
  "title": "IpRoute",
  "description": "IP address block. This is often the address block of the DNS server used for your self-managed domain. ",
  "type": "object",
  "properties": {
    "CidrIp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CidrIp"
        },
        {
          "description": "IP address block using CIDR format, for example 10.0.0.0/24. This is often the address block of the DNS server used for your self-managed domain. For a single IP address use a CIDR address block with /32. For example 10.0.0.0/32."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Description"
        },
        {
          "description": "Description of the address block."
        }
      ]
    }
  }
}