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

CreateCidrCollectionResponse

import type { CreateCidrCollectionResponse } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";
interface CreateCidrCollectionResponse {
Collection?: CidrCollection | null;
Location?: string | null;
}

§Properties

§
Collection?: CidrCollection | null
[src]

A complex type that contains information about the CIDR collection.

§
Location?: string | null
[src]

A unique URL that represents the location for the CIDR collection.