Interface CfnMemberPropsMixin.INetworkFrameworkConfigurationProperty
Configuration properties relevant to the network for the blockchain framework that the network uses.
Namespace: Amazon.CDK.Mixins.Preview.AWS.ManagedBlockchain.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnMemberPropsMixin.INetworkFrameworkConfigurationProperty
Syntax (vb)
Public Interface CfnMemberPropsMixin.INetworkFrameworkConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.ManagedBlockchain.Mixins;
var networkFrameworkConfigurationProperty = new NetworkFrameworkConfigurationProperty {
NetworkFabricConfiguration = new NetworkFabricConfigurationProperty {
Edition = "edition"
}
};
Synopsis
Properties
| NetworkFabricConfiguration | Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network that is using the Hyperledger Fabric framework. |
Properties
NetworkFabricConfiguration
Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network that is using the Hyperledger Fabric framework.
object? NetworkFabricConfiguration { get; }
Property Value
Remarks
Type union: either IResolvable or CfnMemberPropsMixin.INetworkFabricConfigurationProperty