AWS::ManagedBlockchain::Member NetworkConfiguration
Configuration properties of the network to which the member belongs.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "Framework" :String, "FrameworkVersion" :String, "Name" :String, "NetworkFrameworkConfiguration" :NetworkFrameworkConfiguration, "VotingPolicy" :VotingPolicy}
YAML
Description:StringFramework:StringFrameworkVersion:StringName:StringNetworkFrameworkConfiguration:NetworkFrameworkConfigurationVotingPolicy:VotingPolicy
Properties
Description-
Attributes of the blockchain framework for the network.
Required: No
Type: String
Maximum:
128Update requires: No interruption
Framework-
The blockchain framework that the network uses.
Required: Yes
Type: String
Allowed values:
ETHEREUM | HYPERLEDGER_FABRICUpdate requires: No interruption
FrameworkVersion-
The version of the blockchain framework that the network uses.
Required: Yes
Type: String
Minimum:
1Maximum:
8Update requires: No interruption
Name-
The name of the network.
Required: Yes
Type: String
Minimum:
1Maximum:
64Pattern:
.*\S.*Update requires: No interruption
NetworkFrameworkConfiguration-
Configuration properties relevant to the network for the blockchain framework that the network uses.
Required: No
Type: NetworkFrameworkConfiguration
Update requires: No interruption
VotingPolicy-
The voting rules that the network uses to decide if a proposal is accepted.
Required: Yes
Type: VotingPolicy
Update requires: No interruption