Interface CfnMember.NetworkFrameworkConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMember.NetworkFrameworkConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnMember
@Stability(Stable)
public static interface CfnMember.NetworkFrameworkConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration properties relevant to the network for the blockchain framework that the network uses.
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.*;
NetworkFrameworkConfigurationProperty networkFrameworkConfigurationProperty = NetworkFrameworkConfigurationProperty.builder()
.networkFabricConfiguration(NetworkFabricConfigurationProperty.builder()
.edition("edition")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMember.NetworkFrameworkConfigurationPropertystatic final classAn implementation forCfnMember.NetworkFrameworkConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNetworkFabricConfiguration
Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network that is using the Hyperledger Fabric framework.Returns union: either
IResolvableorCfnMember.NetworkFabricConfigurationProperty- See Also:
-
builder
-