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

EstimatedCostTier

import type { EstimatedCostTier } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";
type EstimatedCostTier =
| "L1"
| "L2"
| "L3"
| "L4"

§Type

§
"L1" | "L2" | "L3" | "L4" | cmnP.UnexpectedEnumValue
[src]