Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data MemberFabricConfiguration Source #
Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.
See: newMemberFabricConfiguration
smart constructor.
MemberFabricConfiguration' | |
|
Instances
newMemberFabricConfiguration Source #
:: Text | |
-> Text | |
-> MemberFabricConfiguration |
Create a value of MemberFabricConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:adminUsername:MemberFabricConfiguration'
, memberFabricConfiguration_adminUsername
- The user name for the member's initial administrative user.
$sel:adminPassword:MemberFabricConfiguration'
, memberFabricConfiguration_adminPassword
- The password for the member's initial administrative user. The
AdminPassword
must be at least eight 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.
memberFabricConfiguration_adminUsername :: Lens' MemberFabricConfiguration Text Source #
The user name for the member's initial administrative user.
memberFabricConfiguration_adminPassword :: Lens' MemberFabricConfiguration Text Source #
The password for the member's initial administrative user. The
AdminPassword
must be at least eight 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.