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 |
Documentation
data MemberFabricAttributes Source #
Attributes of Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.
See: newMemberFabricAttributes
smart constructor.
MemberFabricAttributes' | |
|
Instances
newMemberFabricAttributes :: MemberFabricAttributes Source #
Create a value of MemberFabricAttributes
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:caEndpoint:MemberFabricAttributes'
, memberFabricAttributes_caEndpoint
- The endpoint used to access the member's certificate authority.
$sel:adminUsername:MemberFabricAttributes'
, memberFabricAttributes_adminUsername
- The user name for the initial administrator user for the member.
memberFabricAttributes_caEndpoint :: Lens' MemberFabricAttributes (Maybe Text) Source #
The endpoint used to access the member's certificate authority.
memberFabricAttributes_adminUsername :: Lens' MemberFabricAttributes (Maybe Text) Source #
The user name for the initial administrator user for the member.