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

Restrictions

import type { Restrictions } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";

A complex type that identifies ways in which you want to restrict distribution of your content.

interface Restrictions {
GeoRestriction: GeoRestriction;
}

§Properties

§
GeoRestriction: GeoRestriction
[src]

A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.