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

CidrRoutingConfig

import type { CidrRoutingConfig } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

The object that is specified in resource record set object when you are linking a resource record set to a CIDR location.

A LocationName with an asterisk “*” can be used to create a default CIDR record. CollectionId is still required for default record.

interface CidrRoutingConfig {
CollectionId: string;
LocationName: string;
}

§Properties

§
CollectionId: string
[src]

The CIDR collection ID.

§
LocationName: string
[src]

The CIDR collection location name.