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.MemberFrameworkAttributes

Description

 
Synopsis

Documentation

data MemberFrameworkAttributes Source #

Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.

See: newMemberFrameworkAttributes smart constructor.

Constructors

MemberFrameworkAttributes' 

Fields

Instances

Instances details
Eq MemberFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkAttributes

Read MemberFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkAttributes

Show MemberFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkAttributes

Generic MemberFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkAttributes

Associated Types

type Rep MemberFrameworkAttributes :: Type -> Type #

NFData MemberFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkAttributes

Hashable MemberFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkAttributes

FromJSON MemberFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkAttributes

type Rep MemberFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFrameworkAttributes

type Rep MemberFrameworkAttributes = D1 ('MetaData "MemberFrameworkAttributes" "Amazonka.ManagedBlockChain.Types.MemberFrameworkAttributes" "libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain" 'False) (C1 ('MetaCons "MemberFrameworkAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fabric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MemberFabricAttributes))))

newMemberFrameworkAttributes :: MemberFrameworkAttributes Source #

Create a value of MemberFrameworkAttributes 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:MemberFrameworkAttributes', memberFrameworkAttributes_fabric - Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger Fabric.

memberFrameworkAttributes_fabric :: Lens' MemberFrameworkAttributes (Maybe MemberFabricAttributes) Source #

Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger Fabric.