io.github.cdklabs.cdkhyperledgerfabricnetwork.NetworkEdition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdk-hyperledger-fabric-network Show documentation
Show all versions of cdk-hyperledger-fabric-network Show documentation
CDK construct to deploy a Hyperledger Fabric network running on Amazon Managed Blockchain
package io.github.cdklabs.cdkhyperledgerfabricnetwork;
/**
* Starter networks are cheaper, but are limited to 2 nodes that can only be from a subset of types (see node.ts for the list).
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.103.1 (build bef2dea)", date = "2024-08-31T00:15:42.277Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = io.github.cdklabs.cdkhyperledgerfabricnetwork.$Module.class, fqn = "@cdklabs/cdk-hyperledger-fabric-network.NetworkEdition")
public enum NetworkEdition {
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
STARTER,
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
STANDARD,
}