AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ManagedBlockchain::Member

CfnMember

Creates a member within a Managed Blockchain network. Applies only to Hyperledger Fabric.

Import

import { CfnMember } from 'aws-cdk-lib/aws-managedblockchain';

Or use the module namespace:

import * as managedblockchain from 'aws-cdk-lib/aws-managedblockchain';
// managedblockchain.CfnMember

Properties

Configuration passed to the constructor as CfnMemberProps.

memberConfigurationRequired
IResolvable | MemberConfigurationProperty

Configuration properties of the member.

invitationIdOptional
string

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

networkConfigurationOptional
IResolvable | NetworkConfigurationProperty

Configuration properties of the network to which the member belongs.

networkIdOptional
string

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-managedblockchain
CFN TypeAWS::ManagedBlockchain::Member
Properties4

Related Constructs

External Links