You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ManagedBlockchain::Types::MemberConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::MemberConfiguration
- Defined in:
- (unknown)
Overview
Note:
When passing MemberConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "NetworkMemberNameString", # required
description: "DescriptionString",
framework_configuration: { # required
fabric: {
admin_username: "UsernameString", # required
admin_password: "PasswordString", # required
},
},
log_publishing_configuration: {
fabric: {
ca_logs: {
cloudwatch: {
enabled: false,
},
},
},
},
}
Configuration properties of the member.
Returned by:
Instance Attribute Summary collapse
-
#description ⇒ String
An optional description of the member.
-
#framework_configuration ⇒ Types::MemberFrameworkConfiguration
Configuration properties of the blockchain framework relevant to the member.
-
#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration
Configuration properties for logging events associated with a member of a Managed Blockchain network.
-
#name ⇒ String
The name of the member.
Instance Attribute Details
#description ⇒ String
An optional description of the member.
#framework_configuration ⇒ Types::MemberFrameworkConfiguration
Configuration properties of the blockchain framework relevant to the member.
#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration
Configuration properties for logging events associated with a member of a Managed Blockchain network.
#name ⇒ String
The name of the member.