Invitation
An invitation to an AWS account to create a member and join the network.
Applies only to Hyperledger Fabric.
Contents
- Arn
-
The Amazon Resource Name (ARN) of the invitation. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1011.
Pattern:
^arn:.+:.+:.+:.+:.+
Required: No
- CreationDate
-
The date and time that the invitation was created.
Type: Timestamp
Required: No
- ExpirationDate
-
The date and time that the invitation expires. This is the
CreationDate
plus theProposalDurationInHours
that is specified in theProposalThresholdPolicy
. After this date and time, the invitee can no longer create a member and join the network using thisInvitationId
.Type: Timestamp
Required: No
- InvitationId
-
The unique identifier for the invitation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Required: No
- NetworkSummary
-
A summary of network configuration properties.
Type: NetworkSummary object
Required: No
- Status
-
The status of the invitation:
-
PENDING
- The invitee hasn't created a member to join the network, and the invitation hasn't yet expired. -
ACCEPTING
- The invitee has begun creating a member, and creation hasn't yet completed. -
ACCEPTED
- The invitee created a member and joined the network using theInvitationID
. -
REJECTED
- The invitee rejected the invitation. -
EXPIRED
- The invitee neither created a member nor rejected the invitation before theExpirationDate
.
Type: String
Valid Values:
PENDING | ACCEPTED | ACCEPTING | REJECTED | EXPIRED
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: