Interface CfnMemberPropsMixin.MemberFabricConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMemberPropsMixin.MemberFabricConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnMemberPropsMixin
@Stability(Stable)
public static interface CfnMemberPropsMixin.MemberFabricConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network that is using the Hyperledger Fabric framework.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.managedblockchain.*;
MemberFabricConfigurationProperty memberFabricConfigurationProperty = MemberFabricConfigurationProperty.builder()
.adminPassword("adminPassword")
.adminUsername("adminUsername")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMemberPropsMixin.MemberFabricConfigurationPropertystatic final classAn implementation forCfnMemberPropsMixin.MemberFabricConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAdminPassword
The password for the member's initial administrative user.The
AdminPasswordmust 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 Also:
-
getAdminUsername
The user name for the member's initial administrative user.- See Also:
-
builder
-