aws-cdk-lib.aws_managedblockchain.CfnMember.NetworkFabricConfigurationProperty

interface NetworkFabricConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.ManagedBlockchain.CfnMember.NetworkFabricConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmanagedblockchain#CfnMember_NetworkFabricConfigurationProperty
Javasoftware.amazon.awscdk.services.managedblockchain.CfnMember.NetworkFabricConfigurationProperty
Pythonaws_cdk.aws_managedblockchain.CfnMember.NetworkFabricConfigurationProperty
TypeScript aws-cdk-lib » aws_managedblockchain » CfnMember » NetworkFabricConfigurationProperty

Hyperledger Fabric configuration properties for the network.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_managedblockchain as managedblockchain } from 'aws-cdk-lib';
const networkFabricConfigurationProperty: managedblockchain.CfnMember.NetworkFabricConfigurationProperty = {
  edition: 'edition',
};

Properties

NameTypeDescription
editionstringThe edition of Amazon Managed Blockchain that the network uses.

edition

Type: string

The edition of Amazon Managed Blockchain that the network uses.

Valid values are standard and starter . For more information, see Amazon Managed Blockchain Pricing