io.github.cdklabs.cdkhyperledgerfabricnetwork.FrameworkVersion 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
The newest version!
package io.github.cdklabs.cdkhyperledgerfabricnetwork;
/**
* Define which Hyperledger Fabric framework to use.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.105.0 (build 0a2adcb)", date = "2024-11-15T00:25:51.666Z")
@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.FrameworkVersion")
public enum FrameworkVersion {
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
VERSION_1_2,
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
VERSION_1_4,
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
VERSION_2_2,
}