Show / Hide Table of Contents

Class CfnMember.MemberFrameworkConfigurationProperty

Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.

Inheritance
object
CfnMember.MemberFrameworkConfigurationProperty
Implements
CfnMember.IMemberFrameworkConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.ManagedBlockchain
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMember.MemberFrameworkConfigurationProperty : CfnMember.IMemberFrameworkConfigurationProperty
Syntax (vb)
Public Class CfnMember.MemberFrameworkConfigurationProperty Implements CfnMember.IMemberFrameworkConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberframeworkconfiguration.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.AWS.ManagedBlockchain;

             var memberFrameworkConfigurationProperty = new MemberFrameworkConfigurationProperty {
                 MemberFabricConfiguration = new MemberFabricConfigurationProperty {
                     AdminPassword = "adminPassword",
                     AdminUsername = "adminUsername"
                 }
             };

Synopsis

Constructors

MemberFrameworkConfigurationProperty()

Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.

Properties

MemberFabricConfiguration

Configuration properties for Hyperledger Fabric.

Constructors

MemberFrameworkConfigurationProperty()

Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.

public MemberFrameworkConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-member-memberframeworkconfiguration.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.AWS.ManagedBlockchain;

             var memberFrameworkConfigurationProperty = new MemberFrameworkConfigurationProperty {
                 MemberFabricConfiguration = new MemberFabricConfigurationProperty {
                     AdminPassword = "adminPassword",
                     AdminUsername = "adminUsername"
                 }
             };

Properties

MemberFabricConfiguration

Configuration properties for Hyperledger Fabric.

public object? MemberFabricConfiguration { get; set; }
Property Value

object

Remarks

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

Implements

CfnMember.IMemberFrameworkConfigurationProperty
Back to top Generated by DocFX