Skip to content

/AWS1/CL_MBC=>CREATEMEMBER()

About CreateMember

Creates a member within a Managed Blockchain network.

Applies only to Hyperledger Fabric.

Method Signature

IMPORTING

Required arguments:

IV_CLIENTREQUESTTOKEN TYPE /AWS1/MBCCLIENTREQTOKENSTRING /AWS1/MBCCLIENTREQTOKENSTRING

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.

IV_INVITATIONID TYPE /AWS1/MBCRESOURCEIDSTRING /AWS1/MBCRESOURCEIDSTRING

The unique identifier of the invitation that is sent to the member to join the network.

IV_NETWORKID TYPE /AWS1/MBCRESOURCEIDSTRING /AWS1/MBCRESOURCEIDSTRING

The unique identifier of the network in which the member is created.

IO_MEMBERCONFIGURATION TYPE REF TO /AWS1/CL_MBCMEMBERCONF /AWS1/CL_MBCMEMBERCONF

Member configuration parameters.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_MBCCREATEMEMBEROUTPUT /AWS1/CL_MBCCREATEMEMBEROUTPUT