This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ManagedBlockchain::Member NetworkConfiguration
Configuration properties of the network to which the member belongs.
Syntax
To declare this entity in your AWS 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: HYPERLEDGER_FABRIC | ETHEREUMUpdate 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 Pattern: .*\S.*Minimum: 1Maximum: 64Update 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