AWS::ManagedBlockchain::Member NetworkConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 CloudFormation template, use the following syntax:

Properties

Description

Attributes of the blockchain framework for the network.

Required: No

Type: String

Maximum: 128

Update requires: No interruption

Framework

The blockchain framework that the network uses.

Required: Yes

Type: String

Allowed values: HYPERLEDGER_FABRIC | ETHEREUM

Update requires: No interruption

FrameworkVersion

The version of the blockchain framework that the network uses.

Required: Yes

Type: String

Minimum: 1

Maximum: 8

Update requires: No interruption

Name

The name of the network.

Required: Yes

Type: String

Pattern: .*\S.*

Minimum: 1

Maximum: 64

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