Member

class Member

Member configuration properties.

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 member. 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 member was created.

Link copied to clipboard

An optional description for the member.

Link copied to clipboard

Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.

Link copied to clipboard
val id: String?

The unique identifier of the member.

Link copied to clipboard

The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) that the member uses for encryption at rest. If the value of this parameter is "AWS Owned KMS Key", the member uses an Amazon Web Services owned KMS key for encryption. This parameter is inherited by the nodes that this member owns.

Link copied to clipboard

Configuration properties for logging events associated with a member.

Link copied to clipboard
val name: String?

The name of the member.

Link copied to clipboard

The unique identifier of the network to which the member belongs.

Link copied to clipboard

The status of a member.

Link copied to clipboard

Tags assigned to the member. Tags consist of a key and optional value.

Functions

Link copied to clipboard
inline fun copy(block: Member.Builder.() -> Unit = {}): Member
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