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

TriggeredBy

import type { TriggeredBy } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
type TriggeredBy =
| "USER"
| "APPCONFIG"
| "CLOUDWATCH_ALARM"
| "INTERNAL_ERROR"

§Type

§
"USER" | "APPCONFIG" | "CLOUDWATCH_ALARM" | "INTERNAL_ERROR" | cmnP.UnexpectedEnumValue
[src]