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

IAMAuthMode

import type { IAMAuthMode } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
type IAMAuthMode =
| "DISABLED"
| "REQUIRED"
| "ENABLED"

§Type

§
"DISABLED" | "REQUIRED" | "ENABLED" | cmnP.UnexpectedEnumValue
[src]