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.104.0 (build e79254c)", date = "2024-11-14T00:24:56.710Z")
@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,
}