GeoPolicyItem
import type { GeoPolicyItem } from "https://googleapis.deno.dev/v1/domains:v1.ts";
ResourceRecordSet data for one geo location.
interface GeoPolicyItem {
healthCheckedTargets?: HealthCheckTargets;
location?: string;
rrdata?: string[];
signatureRrdata?: string[];
}§Properties
§
healthCheckedTargets?: HealthCheckTargets
[src]For A and AAAA types only. Endpoints to return in the query result only if
they are healthy. These can be specified along with rrdata
within this
item.