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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMember.NetworkFabricConfigurationPropertystatic final classAn 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
standardandstarter. For more information, see Amazon Managed Blockchain Pricing- See Also:
-
builder
-