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

ProtectedResourceType

import type { ProtectedResourceType } from "https://aws-api.deno.dev/v0.3/services/shield.ts?docs=full";
type ProtectedResourceType =
| "CLOUDFRONT_DISTRIBUTION"
| "ROUTE_53_HOSTED_ZONE"
| "ELASTIC_IP_ALLOCATION"
| "CLASSIC_LOAD_BALANCER"
| "APPLICATION_LOAD_BALANCER"
| "GLOBAL_ACCELERATOR"

§Type

§
"CLOUDFRONT_DISTRIBUTION" | "ROUTE_53_HOSTED_ZONE" | "ELASTIC_IP_ALLOCATION" | "CLASSIC_LOAD_BALANCER" | "APPLICATION_LOAD_BALANCER" | "GLOBAL_ACCELERATOR" | cmnP.UnexpectedEnumValue
[src]