libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ManagedBlockChain.Types.MemberFabricLogPublishingConfiguration

Description

 
Synopsis

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

  • caLogs :: Maybe LogConfigurations

    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.

Instances

Instances details
Eq MemberFabricLogPublishingConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFabricLogPublishingConfiguration

Read MemberFabricLogPublishingConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFabricLogPublishingConfiguration

Show MemberFabricLogPublishingConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFabricLogPublishingConfiguration

Generic MemberFabricLogPublishingConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFabricLogPublishingConfiguration

NFData MemberFabricLogPublishingConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFabricLogPublishingConfiguration

Hashable MemberFabricLogPublishingConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFabricLogPublishingConfiguration

ToJSON MemberFabricLogPublishingConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFabricLogPublishingConfiguration

FromJSON MemberFabricLogPublishingConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFabricLogPublishingConfiguration

type Rep MemberFabricLogPublishingConfiguration Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.MemberFabricLogPublishingConfiguration

type Rep MemberFabricLogPublishingConfiguration = D1 ('MetaData "MemberFabricLogPublishingConfiguration" "Amazonka.ManagedBlockChain.Types.MemberFabricLogPublishingConfiguration" "libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain" 'False) (C1 ('MetaCons "MemberFabricLogPublishingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "caLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogConfigurations))))

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.