ALBDnsPolicies (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer DnsPolicies object", 
  "id": "ALBDnsPolicies", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "dns_policy_path": {
      "description": "path of the dns policy. It is a reference to an object of type DnsPolicy.", 
      "required": true, 
      "title": "Dns policy path", 
      "type": "string"
    }, 
    "index": {
      "description": "Index of the dns policy.", 
      "required": true, 
      "title": "Index", 
      "type": "integer"
    }
  }, 
  "title": "DnsPolicies", 
  "type": "object"
}