public static interface CfnMember.NetworkFabricConfigurationProperty
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() |
java.lang.String |
getEdition()
The edition of Amazon Managed Blockchain that the network uses.
|
java.lang.String getEdition()
Valid values are standard
and starter
. For more information, see
static CfnMember.NetworkFabricConfigurationProperty.Builder builder()