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

Description

 
Synopsis

Documentation

data NodeFrameworkAttributes Source #

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

See: newNodeFrameworkAttributes smart constructor.

Constructors

NodeFrameworkAttributes' 

Fields

Instances

Instances details
Eq NodeFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFrameworkAttributes

Read NodeFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFrameworkAttributes

Show NodeFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFrameworkAttributes

Generic NodeFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFrameworkAttributes

Associated Types

type Rep NodeFrameworkAttributes :: Type -> Type #

NFData NodeFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFrameworkAttributes

Methods

rnf :: NodeFrameworkAttributes -> () #

Hashable NodeFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFrameworkAttributes

FromJSON NodeFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFrameworkAttributes

type Rep NodeFrameworkAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFrameworkAttributes

type Rep NodeFrameworkAttributes = D1 ('MetaData "NodeFrameworkAttributes" "Amazonka.ManagedBlockChain.Types.NodeFrameworkAttributes" "libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain" 'False) (C1 ('MetaCons "NodeFrameworkAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fabric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeFabricAttributes)) :*: S1 ('MetaSel ('Just "ethereum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeEthereumAttributes))))

newNodeFrameworkAttributes :: NodeFrameworkAttributes Source #

Create a value of NodeFrameworkAttributes 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:NodeFrameworkAttributes', nodeFrameworkAttributes_fabric - Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.

$sel:ethereum:NodeFrameworkAttributes', nodeFrameworkAttributes_ethereum - Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.

nodeFrameworkAttributes_fabric :: Lens' NodeFrameworkAttributes (Maybe NodeFabricAttributes) Source #

Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.

nodeFrameworkAttributes_ethereum :: Lens' NodeFrameworkAttributes (Maybe NodeEthereumAttributes) Source #

Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.