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

UpdateNodeInput

import type { UpdateNodeInput } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";
interface UpdateNodeInput {
LogPublishingConfiguration?: NodeLogPublishingConfiguration | null;
MemberId?: string | null;
NetworkId: string;
NodeId: string;
}

§Properties

§
LogPublishingConfiguration?: NodeLogPublishingConfiguration | null
[src]

Configuration properties for publishing to Amazon CloudWatch Logs.

§
MemberId?: string | null
[src]

The unique identifier of the member that owns the node.

Applies only to Hyperledger Fabric.

§
NetworkId: string
[src]

The unique identifier of the network that the node is on.

§
NodeId: string
[src]

The unique identifier of the node.