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

AuthenticationStrategy

import type { AuthenticationStrategy } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";

Optional. The authentication strategy used to secure the broker. The default is SIMPLE.

type AuthenticationStrategy = "SIMPLE" | "LDAP" | cmnP.UnexpectedEnumValue;

§Type