AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ManagedBlockchain::Node

CfnNode

Creates a node on the specified blockchain network. Applies to Hyperledger Fabric and Ethereum.

Import

import { CfnNode } from 'aws-cdk-lib/aws-managedblockchain';

Or use the module namespace:

import * as managedblockchain from 'aws-cdk-lib/aws-managedblockchain';
// managedblockchain.CfnNode

Properties

Configuration passed to the constructor as CfnNodeProps.

networkIdRequired
string

The unique identifier of the network for the node. Ethereum public networks have the following `NetworkId` s: - `n-ethereum-mainnet`

nodeConfigurationRequired
IResolvable | NodeConfigurationProperty

Configuration properties of a peer node.

memberIdOptional
string

The unique identifier of the member to which the node belongs. Applies only to Hyperledger Fabric.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-managedblockchain
CFN TypeAWS::ManagedBlockchain::Node
Properties3

Related Constructs

External Links