io.github.cdklabs.cdkhyperledgerfabricnetwork.ThresholdComparator 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;
/**
* Constants to define ties in voting for new members.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.105.0 (build 0a2adcb)", date = "2024-11-15T00:25:51.681Z")
@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.ThresholdComparator")
public enum ThresholdComparator {
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
GREATER_THAN,
/**
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
GREATER_THAN_OR_EQUAL_TO,
}