public static interface CfnMember.MemberFrameworkConfigurationProperty
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.*; MemberFrameworkConfigurationProperty memberFrameworkConfigurationProperty = MemberFrameworkConfigurationProperty.builder() .memberFabricConfiguration(MemberFabricConfigurationProperty.builder() .adminPassword("adminPassword") .adminUsername("adminUsername") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnMember.MemberFrameworkConfigurationProperty.Builder
A builder for
CfnMember.MemberFrameworkConfigurationProperty |
static class |
CfnMember.MemberFrameworkConfigurationProperty.Jsii$Proxy
An implementation for
CfnMember.MemberFrameworkConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnMember.MemberFrameworkConfigurationProperty.Builder |
builder() |
default java.lang.Object |
getMemberFabricConfiguration()
Configuration properties for Hyperledger Fabric.
|
default java.lang.Object getMemberFabricConfiguration()
static CfnMember.MemberFrameworkConfigurationProperty.Builder builder()