| 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 |
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 AWS 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 AWS account ID to invite.
inviteAction_principal :: Lens' InviteAction Text Source #
The AWS account ID to invite.