ALBDnsRule (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer DnsRule object", 
  "id": "ALBDnsRule", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "action": {
      "$ref": "ALBDnsRuleAction, 
      "description": "Action to be performed upon successful matching.", 
      "required": false, 
      "title": "Action"
    }, 
    "enable": {
      "default": true, 
      "description": "Enable or disable the rule. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Enable", 
      "type": "boolean"
    }, 
    "index": {
      "description": "Index of the rule.", 
      "required": true, 
      "title": "Index", 
      "type": "integer"
    }, 
    "log": {
      "description": "Log DNS query upon rule match.", 
      "required": false, 
      "title": "Log", 
      "type": "boolean"
    }, 
    "match": {
      "$ref": "ALBDnsRuleMatchTarget, 
      "description": "Add match criteria to the rule.", 
      "required": false, 
      "title": "Match"
    }, 
    "name": {
      "description": "Name of the rule.", 
      "required": true, 
      "title": "Name", 
      "type": "string"
    }
  }, 
  "title": "DnsRule", 
  "type": "object"
}