Interface CfnMember.NetworkFabricConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMember.NetworkFabricConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnMember
@Stability(Stable)
public static interface CfnMember.NetworkFabricConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Hyperledger Fabric configuration properties for the network.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.managedblockchain.*; NetworkFabricConfigurationProperty networkFabricConfigurationProperty = NetworkFabricConfigurationProperty.builder() .edition("edition") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMember.NetworkFabricConfigurationProperty
static final class
An implementation forCfnMember.NetworkFabricConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The edition of Amazon Managed Blockchain that the network uses.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEdition
The edition of Amazon Managed Blockchain that the network uses.Valid values are
standard
andstarter
. For more information, see Amazon Managed Blockchain Pricing -
builder
-