AuthenticationType
import type { AuthenticationType } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appsync.ts";type AuthenticationType =
| "API_KEY"
| "AWS_IAM"
| "AMAZON_COGNITO_USER_POOLS"
| "OPENID_CONNECT"
| "AWS_LAMBDA"
§Type
§
"API_KEY" | "AWS_IAM" | "AMAZON_COGNITO_USER_POOLS" | "OPENID_CONNECT" | "AWS_LAMBDA" | cmnP.UnexpectedEnumValue
[src]