You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ManagedBlockchain::Types::NetworkFrameworkConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NetworkFrameworkConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  fabric: {
    edition: "STARTER", # required, accepts STARTER, STANDARD
  },
}

Configuration properties relevant to the network for the blockchain framework that the network uses.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#fabricTypes::NetworkFabricConfiguration

Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.

Returns: