ContextKeyTypeEnum
import type { ContextKeyTypeEnum } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iam.ts";type ContextKeyTypeEnum =
| "string"
| "stringList"
| "numeric"
| "numericList"
| "boolean"
| "booleanList"
| "ip"
| "ipList"
| "binary"
| "binaryList"
| "date"
| "dateList"
§Type
§
"string" | "stringList" | "numeric" | "numericList" | "boolean" | "booleanList" | "ip" | "ipList" | "binary" | "binaryList" | "date" | "dateList" | cmnP.UnexpectedEnumValue
[src]