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();