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

MemberFabricLogPublishingConfiguration

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

Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.

interface MemberFabricLogPublishingConfiguration {
CaLogs?: LogConfigurations | null;
}

§Properties

§
CaLogs?: LogConfigurations | null
[src]

Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.