Struct aws_sdk_managedblockchain::model::MemberFabricLogPublishingConfiguration [−][src]
#[non_exhaustive]pub struct MemberFabricLogPublishingConfiguration {
pub ca_logs: Option<LogConfigurations>,
}
Expand description
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.ca_logs: Option<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.
Implementations
Creates a new builder-style object to manufacture MemberFabricLogPublishingConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more