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

MQBrokerAccessCredentials

import type { MQBrokerAccessCredentials } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";

The Secrets Manager secret that stores your broker credentials.

interface MQBrokerAccessCredentials {
BasicAuth?: string | null;
}

§Properties

§
BasicAuth?: string | null
[src]

The ARN of the Secrets Manager secret.