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

Limit

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

Specifies how many protections of a given type you can create.

interface Limit {
Max?: number | null;
Type?: string | null;
}

§Properties

§
Max?: number | null
[src]

The maximum number of protections that can be created for the specified Type.

§
Type?: string | null
[src]

The type of protection.