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

Description

 
Synopsis

Documentation

data NetworkFabricAttributes Source #

Attributes of Hyperledger Fabric for a network.

See: newNetworkFabricAttributes smart constructor.

Constructors

NetworkFabricAttributes' 

Fields

Instances

Instances details
Eq NetworkFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NetworkFabricAttributes

Read NetworkFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NetworkFabricAttributes

Show NetworkFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NetworkFabricAttributes

Generic NetworkFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NetworkFabricAttributes

Associated Types

type Rep NetworkFabricAttributes :: Type -> Type #

NFData NetworkFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NetworkFabricAttributes

Methods

rnf :: NetworkFabricAttributes -> () #

Hashable NetworkFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NetworkFabricAttributes

FromJSON NetworkFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NetworkFabricAttributes

type Rep NetworkFabricAttributes Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.NetworkFabricAttributes

type Rep NetworkFabricAttributes = D1 ('MetaData "NetworkFabricAttributes" "Amazonka.ManagedBlockChain.Types.NetworkFabricAttributes" "libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain" 'False) (C1 ('MetaCons "NetworkFabricAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "edition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Edition)) :*: S1 ('MetaSel ('Just "orderingServiceEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNetworkFabricAttributes :: NetworkFabricAttributes Source #

Create a value of NetworkFabricAttributes 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:edition:NetworkFabricAttributes', networkFabricAttributes_edition - The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see Amazon Managed Blockchain Pricing.

$sel:orderingServiceEndpoint:NetworkFabricAttributes', networkFabricAttributes_orderingServiceEndpoint - The endpoint of the ordering service for the network.

networkFabricAttributes_edition :: Lens' NetworkFabricAttributes (Maybe Edition) Source #

The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see Amazon Managed Blockchain Pricing.

networkFabricAttributes_orderingServiceEndpoint :: Lens' NetworkFabricAttributes (Maybe Text) Source #

The endpoint of the ordering service for the network.