@Stability(value=Stable)
public static interface CfnMember.NetworkFabricConfigurationProperty
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.*;
NetworkFabricConfigurationProperty networkFabricConfigurationProperty = NetworkFabricConfigurationProperty.builder()
.edition("edition")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMember.NetworkFabricConfigurationProperty.Builder
A builder for
CfnMember.NetworkFabricConfigurationProperty |
static class |
CfnMember.NetworkFabricConfigurationProperty.Jsii$Proxy
An implementation for
CfnMember.NetworkFabricConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMember.NetworkFabricConfigurationProperty.Builder |
builder() |
String |
getEdition()
The edition of Amazon Managed Blockchain that the network uses.
|
@Stability(value=Stable) @NotNull String getEdition()
Valid values are standard and starter . For more information, see
@Stability(value=Stable) static CfnMember.NetworkFabricConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.