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

MemberFabricConfiguration

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

Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.

interface MemberFabricConfiguration {
AdminPassword: string;
AdminUsername: string;
}

§Properties

§
AdminPassword: string
[src]

The password for the member's initial administrative user. The AdminPassword must be at least eight characters long and no more than 32 characters. It must contain at least one uppercase letter, one lowercase letter, and one digit. It cannot have a single quotation mark (‘), a double quotation marks (“), a forward slash(/), a backward slash(), @, or a space.

§
AdminUsername: string
[src]

The user name for the member's initial administrative user.