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 MemberFabricConfiguration
Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network that is using the Hyperledger Fabric framework.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AdminPassword" :String, "AdminUsername" :String}
YAML
AdminPassword:StringAdminUsername:String
Properties
- AdminPassword
- 
                    The password for the member's initial administrative user. The AdminPasswordmust be at least 8 characters long and no more than 32 characters. It must contain at least one uppercase letter, one lowercase letter, and one digit. It cannot have a single quotation mark (‘), a double quotation marks (“), a forward slash(/), a backward slash(\), @, or a space.Required: Yes Type: String Pattern: ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?!.*[@'\\"/])[a-zA-Z0-9\S]*$Minimum: 8Maximum: 32Update requires: No interruption 
- AdminUsername
- 
                    The user name for the member's initial administrative user. Required: Yes Type: String Pattern: ^[a-zA-Z][a-zA-Z0-9]*$Minimum: 1Maximum: 16Update requires: No interruption