| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ManagedBlockChain.Types.NetworkFabricAttributes
Description
Documentation
data NetworkFabricAttributes Source #
Attributes of Hyperledger Fabric for a network.
See: newNetworkFabricAttributes smart constructor.
Constructors
| NetworkFabricAttributes' | |
Fields
| |
Instances
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.