ALBDnsRuleActionAllowDrop (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer DnsRuleActionAllowDrop object", 
  "id": "ALBDnsRuleActionAllowDrop", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "allow": {
      "default": true, 
      "description": "Allow the DNS query. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Allow", 
      "type": "boolean"
    }, 
    "reset_conn": {
      "default": true, 
      "description": "Reset the TCP connection of the DNS query, if allow is set to false to drop the query. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Reset conn", 
      "type": "boolean"
    }
  }, 
  "title": "DnsRuleActionAllowDrop", 
  "type": "object"
}