public static interface CfnMember.NetworkFrameworkConfigurationProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnMember.NetworkFrameworkConfigurationProperty.Builder
A builder for
CfnMember.NetworkFrameworkConfigurationProperty |
static class |
CfnMember.NetworkFrameworkConfigurationProperty.Jsii$Proxy
An implementation for
CfnMember.NetworkFrameworkConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnMember.NetworkFrameworkConfigurationProperty.Builder |
builder() |
default java.lang.Object |
getNetworkFabricConfiguration()
Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.
|
default java.lang.Object getNetworkFabricConfiguration()
static CfnMember.NetworkFrameworkConfigurationProperty.Builder builder()