Interface CfnMemberPropsMixin.MemberFrameworkConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMemberPropsMixin.MemberFrameworkConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnMemberPropsMixin
@Stability(Stable)
public static interface CfnMemberPropsMixin.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.cfnpropertymixins.services.managedblockchain.*;
MemberFrameworkConfigurationProperty memberFrameworkConfigurationProperty = MemberFrameworkConfigurationProperty.builder()
.memberFabricConfiguration(MemberFabricConfigurationProperty.builder()
.adminPassword("adminPassword")
.adminUsername("adminUsername")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMemberPropsMixin.MemberFrameworkConfigurationPropertystatic final classAn implementation forCfnMemberPropsMixin.MemberFrameworkConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMemberFabricConfiguration
Configuration properties for Hyperledger Fabric.Returns union: either
IResolvableorCfnMemberPropsMixin.MemberFabricConfigurationProperty- See Also:
-
builder
@Stability(Stable) static CfnMemberPropsMixin.MemberFrameworkConfigurationProperty.Builder builder()
-