Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data NetworkFabricAttributes Source #
Attributes of Hyperledger Fabric for a network.
See: newNetworkFabricAttributes
smart constructor.
NetworkFabricAttributes' | |
|
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.