ALBDnsRuleDnsRrSet (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer DnsRuleDnsRrSet object", 
  "id": "ALBDnsRuleDnsRrSet", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "resource_record_set": {
      "$ref": "ALBDnsRrSet, 
      "description": "DNS resource record set - (records in the resource record set share the DNS domain name, type, and class).", 
      "required": true, 
      "title": "Resource record set"
    }, 
    "section": {
      "$ref": "ALBDnsMessageSection, 
      "default": "DNS_MESSAGE_SECTION_ANSWER", 
      "description": "DNS message section for the resource record set. Enum options - DNS_MESSAGE_SECTION_QUESTION, DNS_MESSAGE_SECTION_ANSWER, DNS_MESSAGE_SECTION_AUTHORITY, DNS_MESSAGE_SECTION_ADDITIONAL. Default value when not specified in API or module is interpreted by ALB Controller as DNS_MESSAGE_SECTION_ANSWER.", 
      "required": false, 
      "title": "Section"
    }
  }, 
  "title": "DnsRuleDnsRrSet", 
  "type": "object"
}