AWS::ManagedBlockchain::MemberCreates a member within a Managed Blockchain network. Applies only to Hyperledger Fabric.
import { CfnMember } from 'aws-cdk-lib/aws-managedblockchain';Or use the module namespace:
import * as managedblockchain from 'aws-cdk-lib/aws-managedblockchain';
// managedblockchain.CfnMemberConfiguration passed to the constructor as CfnMemberProps.
memberConfigurationRequiredIResolvable | MemberConfigurationPropertyConfiguration properties of the member.
invitationIdOptionalstringThe unique identifier of the invitation to join the network sent to the account that creates the member.
networkConfigurationOptionalIResolvable | NetworkConfigurationPropertyConfiguration properties of the network to which the member belongs.
networkIdOptionalstringThe unique identifier of the network to which the member belongs.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-managedblockchainAWS::ManagedBlockchain::Member