Invitation

An invitation to an Amazon Web Services account to create a member and join the network.

Applies only to Hyperledger Fabric.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the invitation. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Link copied to clipboard

The date and time that the invitation was created.

Link copied to clipboard

The date and time that the invitation expires. This is the CreationDate plus the ProposalDurationInHours that is specified in the ProposalThresholdPolicy. After this date and time, the invitee can no longer create a member and join the network using this InvitationId.

Link copied to clipboard

The unique identifier for the invitation.

Link copied to clipboard

A summary of network configuration properties.

Link copied to clipboard

The status of the invitation:

Functions

Link copied to clipboard
inline fun copy(block: Invitation.Builder.() -> Unit = {}): Invitation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String