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
show all
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

Instance Attribute Details

#descriptionString

An optional description of the member.

Returns:

  • (String)

    An optional description of the member.

#framework_configurationTypes::MemberFrameworkConfiguration

Configuration properties of the blockchain framework relevant to the member.

Returns:

#log_publishing_configurationTypes::MemberLogPublishingConfiguration

Configuration properties for logging events associated with a member of a Managed Blockchain network.

Returns:

#nameString

The name of the member.

Returns:

  • (String)

    The name of the member.