ALBDnsRuleActionResponse (schema)

DnsRuleActionResponse

Advanced load balancer DnsRuleActionResponse object
Name Description Type Notes
authoritative Authoritative

DNS response is authoritative.
Default value when not specified in API or module is
interpreted by ALB Controller as true.
boolean Default: "True"
rcode Rcode

DNS response code.
Enum options - DNS_RCODE_NOERROR, DNS_RCODE_FORMERR,
DNS_RCODE_SERVFAIL, DNS_RCODE_NXDOMAIN, DNS_RCODE_NOTIMP,
DNS_RCODE_REFUSED, DNS_RCODE_YXDOMAIN, DNS_RCODE_YXRRSET,
DNS_RCODE_NXRRSET, DNS_RCODE_NOTAUTH, DNS_RCODE_NOTZONE.
Default value when not specified in API or module is
interpreted by ALB Controller as DNS_RCODE_NOERROR.
ALBDnsRcode Default: "DNS_RCODE_NOERROR"
resource_record_sets Resource record sets

DNS resource record sets - (resource record set share the
DNS domain name, type, and class).
array of ALBDnsRuleDnsRrSet
truncation Truncation

DNS response is truncated.
Default value when not specified in API or module is
interpreted by ALB Controller as false.
boolean Default: "False"