| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.ManagedBlockChain.Types.InviteAction
Description
Synopsis
- data InviteAction = InviteAction' {}
 - newInviteAction :: Text -> InviteAction
 - inviteAction_principal :: Lens' InviteAction Text
 
Documentation
data InviteAction Source #
An action to invite a specific Amazon Web Services account to create a
 member and join the network. The InviteAction is carried out when a
 Proposal is APPROVED.
Applies only to Hyperledger Fabric.
See: newInviteAction smart constructor.
Constructors
| InviteAction' | |
Instances
Arguments
| :: Text | |
| -> InviteAction | 
Create a value of InviteAction 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:principal:InviteAction', inviteAction_principal - The Amazon Web Services account ID to invite.
inviteAction_principal :: Lens' InviteAction Text Source #
The Amazon Web Services account ID to invite.