| 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.MemberFabricLogPublishingConfiguration
Description
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.
Constructors
| MemberFabricLogPublishingConfiguration' | |
Fields 
  | |
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.