Class: Aws::ManagedBlockchain::Types::MemberLogPublishingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::MemberLogPublishingConfiguration
- Defined in:
- gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb
Overview
Note:
When making an API call, you may pass MemberLogPublishingConfiguration data as a hash:
{
fabric: {
ca_logs: {
cloudwatch: {
enabled: false,
},
},
},
}
Configuration properties for logging events associated with a member of a Managed Blockchain network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fabric ⇒ Types::MemberFabricLogPublishingConfiguration
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
Instance Attribute Details
#fabric ⇒ Types::MemberFabricLogPublishingConfiguration
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
1666 1667 1668 1669 1670 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1666 class MemberLogPublishingConfiguration < Struct.new( :fabric) SENSITIVE = [] include Aws::Structure end |