libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ManagedBlockChain.Types.MemberFrameworkConfiguration

Description

 
Synopsis

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

Instances details
Eq MemberFrameworkConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkConfiguration

Show MemberFrameworkConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkConfiguration

Generic MemberFrameworkConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkConfiguration

Associated Types

type Rep MemberFrameworkConfiguration :: Type -> Type #

NFData MemberFrameworkConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkConfiguration

Hashable MemberFrameworkConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkConfiguration

ToJSON MemberFrameworkConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkConfiguration

type Rep MemberFrameworkConfiguration Source # 
Instance details

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.