Show / Hide Table of Contents

Interface CfnMemberPropsMixin.INetworkFrameworkConfigurationProperty

Configuration properties relevant to the network for the blockchain framework that the network uses.

Namespace: Amazon.CDK.Mixins.Preview.AWS.ManagedBlockchain.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnMemberPropsMixin.INetworkFrameworkConfigurationProperty
Syntax (vb)
Public Interface CfnMemberPropsMixin.INetworkFrameworkConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkframeworkconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.ManagedBlockchain.Mixins;

             var networkFrameworkConfigurationProperty = new NetworkFrameworkConfigurationProperty {
                 NetworkFabricConfiguration = new NetworkFabricConfigurationProperty {
                     Edition = "edition"
                 }
             };

Synopsis

Properties

NetworkFabricConfiguration

Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network that is using the Hyperledger Fabric framework.

Properties

NetworkFabricConfiguration

Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network that is using the Hyperledger Fabric framework.

object? NetworkFabricConfiguration { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-networkframeworkconfiguration.html#cfn-managedblockchain-member-networkframeworkconfiguration-networkfabricconfiguration

Type union: either IResolvable or CfnMemberPropsMixin.INetworkFabricConfigurationProperty

Back to top Generated by DocFX