Show / Hide Table of Contents

Class CfnMemberPropsMixin.MemberFabricConfigurationProperty

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

Inheritance
object
CfnMemberPropsMixin.MemberFabricConfigurationProperty
Implements
CfnMemberPropsMixin.IMemberFabricConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ManagedBlockchain
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMemberPropsMixin.MemberFabricConfigurationProperty : CfnMemberPropsMixin.IMemberFabricConfigurationProperty
Syntax (vb)
Public Class CfnMemberPropsMixin.MemberFabricConfigurationProperty Implements CfnMemberPropsMixin.IMemberFabricConfigurationProperty
Remarks

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

             var memberFabricConfigurationProperty = new MemberFabricConfigurationProperty {
                 AdminPassword = "adminPassword",
                 AdminUsername = "adminUsername"
             };

Synopsis

Constructors

MemberFabricConfigurationProperty()

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

Properties

AdminPassword

The password for the member's initial administrative user.

AdminUsername

The user name for the member's initial administrative user.

Constructors

MemberFabricConfigurationProperty()

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

public MemberFabricConfigurationProperty()
Remarks

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

             var memberFabricConfigurationProperty = new MemberFabricConfigurationProperty {
                 AdminPassword = "adminPassword",
                 AdminUsername = "adminUsername"
             };

Properties

AdminPassword

The password for the member's initial administrative user.

public string? AdminPassword { get; set; }
Property Value

string

Remarks

The AdminPassword must be at least 8 characters long and no more than 32 characters. It must contain at least one uppercase letter, one lowercase letter, and one digit. It cannot have a single quotation mark (‘), a double quotation marks (“), a forward slash(/), a backward slash(),

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

: , or a space.

AdminUsername

The user name for the member's initial administrative user.

public string? AdminUsername { get; set; }
Property Value

string

Remarks

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

Implements

CfnMemberPropsMixin.IMemberFabricConfigurationProperty
Back to top Generated by DocFX