Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data MemberFrameworkConfiguration Source #
Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.
See: newMemberFrameworkConfiguration
smart constructor.
MemberFrameworkConfiguration' | |
|
Instances
Eq MemberFrameworkConfiguration Source # | |
Show MemberFrameworkConfiguration Source # | |
Generic MemberFrameworkConfiguration Source # | |
NFData MemberFrameworkConfiguration Source # | |
Hashable MemberFrameworkConfiguration Source # | |
ToJSON MemberFrameworkConfiguration Source # | |
type Rep MemberFrameworkConfiguration Source # | |
Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkConfiguration type Rep MemberFrameworkConfiguration = D1 ('MetaData "MemberFrameworkConfiguration" "Amazonka.ManagedBlockChain.Types.MemberFrameworkConfiguration" "libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain" 'False) (C1 ('MetaCons "MemberFrameworkConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fabric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MemberFabricConfiguration)))) |
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.