| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.ManagedBlockChain.Types.MemberFrameworkConfiguration
Description
Documentation
data MemberFrameworkConfiguration Source #
Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.
See: newMemberFrameworkConfiguration smart constructor.
Constructors
| MemberFrameworkConfiguration' | |
Fields 
  | |
Instances
newMemberFrameworkConfiguration :: MemberFrameworkConfiguration Source #
Create a value of MemberFrameworkConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fabric:MemberFrameworkConfiguration', memberFrameworkConfiguration_fabric - Attributes of Hyperledger Fabric for a member on a Managed Blockchain
 network that uses Hyperledger Fabric.
memberFrameworkConfiguration_fabric :: Lens' MemberFrameworkConfiguration (Maybe MemberFabricConfiguration) Source #
Attributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.