@Stability(value=Stable)
public static interface CfnMember.MemberFrameworkConfigurationProperty
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.*;
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 Object |
getMemberFabricConfiguration()
Configuration properties for Hyperledger Fabric.
|
@Stability(value=Stable) @Nullable default Object getMemberFabricConfiguration()
@Stability(value=Stable) static CfnMember.MemberFrameworkConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.