amazonka-managedblockchain-2.0: Amazon Managed Blockchain SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ManagedBlockChain.Types.NodeFabricAttributes

Description

 
Synopsis

Documentation

data NodeFabricAttributes Source #

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

See: newNodeFabricAttributes smart constructor.

Constructors

NodeFabricAttributes' 

Fields

  • peerEndpoint :: Maybe Text

    The endpoint that identifies the peer node for all services except peer channel-based event services.

  • peerEventEndpoint :: Maybe Text

    The endpoint that identifies the peer node for peer channel-based event services.

Instances

Instances details
FromJSON NodeFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFabricAttributes

Generic NodeFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFabricAttributes

Associated Types

type Rep NodeFabricAttributes :: Type -> Type #

Read NodeFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFabricAttributes

Show NodeFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFabricAttributes

NFData NodeFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFabricAttributes

Methods

rnf :: NodeFabricAttributes -> () #

Eq NodeFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFabricAttributes

Hashable NodeFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFabricAttributes

type Rep NodeFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NodeFabricAttributes

type Rep NodeFabricAttributes = D1 ('MetaData "NodeFabricAttributes" "Amazonka.ManagedBlockChain.Types.NodeFabricAttributes" "amazonka-managedblockchain-2.0-7ETEoTxOH0EDuOBkhEvxdC" 'False) (C1 ('MetaCons "NodeFabricAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "peerEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "peerEventEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNodeFabricAttributes :: NodeFabricAttributes Source #

Create a value of NodeFabricAttributes 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:peerEndpoint:NodeFabricAttributes', nodeFabricAttributes_peerEndpoint - The endpoint that identifies the peer node for all services except peer channel-based event services.

$sel:peerEventEndpoint:NodeFabricAttributes', nodeFabricAttributes_peerEventEndpoint - The endpoint that identifies the peer node for peer channel-based event services.

nodeFabricAttributes_peerEndpoint :: Lens' NodeFabricAttributes (Maybe Text) Source #

The endpoint that identifies the peer node for all services except peer channel-based event services.

nodeFabricAttributes_peerEventEndpoint :: Lens' NodeFabricAttributes (Maybe Text) Source #

The endpoint that identifies the peer node for peer channel-based event services.