AWS::ManagedBlockchain::NodeCreates a node on the specified blockchain network. Applies to Hyperledger Fabric and Ethereum.
import { CfnNode } from 'aws-cdk-lib/aws-managedblockchain';Or use the module namespace:
import * as managedblockchain from 'aws-cdk-lib/aws-managedblockchain';
// managedblockchain.CfnNodeConfiguration passed to the constructor as CfnNodeProps.
networkIdRequiredstringThe unique identifier of the network for the node. Ethereum public networks have the following `NetworkId` s: - `n-ethereum-mainnet`
nodeConfigurationRequiredIResolvable | NodeConfigurationPropertyConfiguration properties of a peer node.
memberIdOptionalstringThe unique identifier of the member to which the node belongs. Applies only to Hyperledger Fabric.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-managedblockchainAWS::ManagedBlockchain::Node