@Stability(value=Stable)
public static interface CfnMember.MemberFabricConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.managedblockchain.*;
MemberFabricConfigurationProperty memberFabricConfigurationProperty = MemberFabricConfigurationProperty.builder()
.adminPassword("adminPassword")
.adminUsername("adminUsername")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMember.MemberFabricConfigurationProperty.Builder
A builder for
CfnMember.MemberFabricConfigurationProperty |
static class |
CfnMember.MemberFabricConfigurationProperty.Jsii$Proxy
An implementation for
CfnMember.MemberFabricConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMember.MemberFabricConfigurationProperty.Builder |
builder() |
String |
getAdminPassword()
The password for the member's initial administrative user.
|
String |
getAdminUsername()
The user name for the member's initial administrative user.
|
@Stability(value=Stable) @NotNull String getAdminPassword()
The AdminPassword must be at least eight 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(), @, or a space.
@Stability(value=Stable) @NotNull String getAdminUsername()
@Stability(value=Stable) static CfnMember.MemberFabricConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.