interface NetworkFabricConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ManagedBlockchain.Mixins.CfnMemberPropsMixin.NetworkFabricConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmanagedblockchain/mixins#CfnMemberPropsMixin_NetworkFabricConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.managedblockchain.mixins.CfnMemberPropsMixin.NetworkFabricConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_managedblockchain.mixins.CfnMemberPropsMixin.NetworkFabricConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_managedblockchain » mixins » CfnMemberPropsMixin » 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 { mixins as managedblockchain_mixins } from '@aws-cdk/mixins-preview/aws-managedblockchain';
const networkFabricConfigurationProperty: managedblockchain_mixins.CfnMemberPropsMixin.NetworkFabricConfigurationProperty = {
edition: 'edition',
};
Properties
| Name | Type | Description |
|---|---|---|
| edition? | string | The edition of Amazon Managed Blockchain that the network uses. |
edition?
Type:
string
(optional)
The edition of Amazon Managed Blockchain that the network uses.
Valid values are standard and starter . For more information, see Amazon Managed Blockchain Pricing

.NET
Go
Java
Python
TypeScript