Interface CfnMember.MemberFrameworkConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMember.MemberFrameworkConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnMember
@Stability(Stable)
public static interface CfnMember.MemberFrameworkConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMember.MemberFrameworkConfigurationProperty
static final class
An implementation forCfnMember.MemberFrameworkConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMemberFabricConfiguration
Configuration properties for Hyperledger Fabric. -
builder
-