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 MemberFabricLogPublishingConfiguration Source #
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
See: newMemberFabricLogPublishingConfiguration
smart constructor.
MemberFabricLogPublishingConfiguration' | |
|
Instances
newMemberFabricLogPublishingConfiguration :: MemberFabricLogPublishingConfiguration Source #
Create a value of MemberFabricLogPublishingConfiguration
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:caLogs:MemberFabricLogPublishingConfiguration'
, memberFabricLogPublishingConfiguration_caLogs
- Configuration properties for logging events associated with a member's
Certificate Authority (CA). CA logs help you determine when a member in
your account joins the network, or when new peers register with a member
CA.
memberFabricLogPublishingConfiguration_caLogs :: Lens' MemberFabricLogPublishingConfiguration (Maybe LogConfigurations) Source #
Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.