@Stability(value=Stable)
public static interface CfnMember.NetworkFrameworkConfigurationProperty
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.*;
NetworkFrameworkConfigurationProperty networkFrameworkConfigurationProperty = NetworkFrameworkConfigurationProperty.builder()
.networkFabricConfiguration(NetworkFabricConfigurationProperty.builder()
.edition("edition")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMember.NetworkFrameworkConfigurationProperty.Builder
A builder for
CfnMember.NetworkFrameworkConfigurationProperty |
static class |
CfnMember.NetworkFrameworkConfigurationProperty.Jsii$Proxy
An implementation for
CfnMember.NetworkFrameworkConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMember.NetworkFrameworkConfigurationProperty.Builder |
builder() |
default Object |
getNetworkFabricConfiguration()
Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.
|
@Stability(value=Stable) @Nullable default Object getNetworkFabricConfiguration()
@Stability(value=Stable) static CfnMember.NetworkFrameworkConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.