Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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.

§
location?: string
[src]

The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.

§
rrdata?: string[]
[src]
§
signatureRrdata?: string[]
[src]

DNSSEC generated signatures for all the rrdata within this item. When using health-checked targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per item.