Class CfnMember.MemberFrameworkConfigurationProperty
Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.
Inheritance
Namespace: Amazon.CDK.AWS.ManagedBlockchain
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MemberFrameworkConfigurationProperty : Object, CfnMember.IMemberFrameworkConfigurationProperty
Syntax (vb)
Public Class MemberFrameworkConfigurationProperty
Inherits Object
Implements CfnMember.IMemberFrameworkConfigurationProperty
Remarks
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.AWS.ManagedBlockchain;
var memberFrameworkConfigurationProperty = new MemberFrameworkConfigurationProperty {
MemberFabricConfiguration = new MemberFabricConfigurationProperty {
AdminPassword = "adminPassword",
AdminUsername = "adminUsername"
}
};
Synopsis
Constructors
Member |
Properties
Member |
Configuration properties for Hyperledger Fabric. |
Constructors
MemberFrameworkConfigurationProperty()
public MemberFrameworkConfigurationProperty()
Properties
MemberFabricConfiguration
Configuration properties for Hyperledger Fabric.
public object MemberFabricConfiguration { get; set; }
Property Value
System.