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

CreateNodeInput

import type { CreateNodeInput } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";
interface CreateNodeInput {
ClientRequestToken: string;
MemberId?: string | null;
NetworkId: string;
NodeConfiguration: NodeConfiguration;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ClientRequestToken: string
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the AWS CLI.

§
MemberId?: string | null
[src]

The unique identifier of the member that owns this node.

Applies only to Hyperledger Fabric.

§
NetworkId: string
[src]

The unique identifier of the network for the node.

Ethereum public networks have the following NetworkIds:

  • n-ethereum-mainnet
    
  • n-ethereum-rinkeby
    
  • n-ethereum-ropsten
    
§
NodeConfiguration: NodeConfiguration
[src]

The properties of a node configuration.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags to assign to the node. Each tag consists of a key and optional value.

When specifying tags during creation, you can specify multiple key-value pairs in a single request, with an overall maximum of 50 tags added to each resource.

For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.