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

AuthenticateCognitoActionConditionalBehaviorEnum

import type { AuthenticateCognitoActionConditionalBehaviorEnum } from "https://aws-api.deno.dev/v0.4/services/elbv2.ts?docs=full";
type AuthenticateCognitoActionConditionalBehaviorEnum =
| "deny"
| "allow"
| "authenticate"

§Type

§
"deny" | "allow" | "authenticate" | cmnP.UnexpectedEnumValue
[src]