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 |
Documentation
data NodeLogPublishingConfiguration Source #
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.
See: newNodeLogPublishingConfiguration
smart constructor.
NodeLogPublishingConfiguration' | |
|
Instances
FromJSON NodeLogPublishingConfiguration Source # | |
ToJSON NodeLogPublishingConfiguration Source # | |
Generic NodeLogPublishingConfiguration Source # | |
Read NodeLogPublishingConfiguration Source # | |
Show NodeLogPublishingConfiguration Source # | |
NFData NodeLogPublishingConfiguration Source # | |
Eq NodeLogPublishingConfiguration Source # | |
Hashable NodeLogPublishingConfiguration Source # | |
type Rep NodeLogPublishingConfiguration Source # | |
Defined in Amazonka.ManagedBlockChain.Types.NodeLogPublishingConfiguration type Rep NodeLogPublishingConfiguration = D1 ('MetaData "NodeLogPublishingConfiguration" "Amazonka.ManagedBlockChain.Types.NodeLogPublishingConfiguration" "amazonka-managedblockchain-2.0-7ETEoTxOH0EDuOBkhEvxdC" 'False) (C1 ('MetaCons "NodeLogPublishingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fabric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeFabricLogPublishingConfiguration)))) |
newNodeLogPublishingConfiguration :: NodeLogPublishingConfiguration Source #
Create a value of NodeLogPublishingConfiguration
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:NodeLogPublishingConfiguration'
, nodeLogPublishingConfiguration_fabric
- Configuration properties for logging events associated with a node that
is owned by a member of a Managed Blockchain network using the
Hyperledger Fabric framework.
nodeLogPublishingConfiguration_fabric :: Lens' NodeLogPublishingConfiguration (Maybe NodeFabricLogPublishingConfiguration) Source #
Configuration properties for logging events associated with a node that is owned by a member of a Managed Blockchain network using the Hyperledger Fabric framework.