Uses of Interface
software.amazon.awscdk.interfaces.managedblockchain.INodeRef
Packages that use INodeRef
Package
Description
AWS::ManagedBlockchain Construct Library
-
Uses of INodeRef in software.amazon.awscdk.interfaces.managedblockchain
Subinterfaces of INodeRef in software.amazon.awscdk.interfaces.managedblockchainModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINodeRef.Classes in software.amazon.awscdk.interfaces.managedblockchain that implement INodeRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of INodeRef in software.amazon.awscdk.services.managedblockchain
Classes in software.amazon.awscdk.services.managedblockchain that implement INodeRefModifier and TypeClassDescriptionclassCreates a node on the specified blockchain network.Methods in software.amazon.awscdk.services.managedblockchain that return INodeRefModifier and TypeMethodDescriptionstatic INodeRefCfnNode.fromNodeArn(software.constructs.Construct scope, String id, String arn) Creates a new INodeRef from an ARN.static INodeRefCfnNode.fromNodeId(software.constructs.Construct scope, String id, String nodeId) Creates a new INodeRef from a nodeId.