Interface CfnNode.NodeConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnNode.NodeConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnNode

@Stability(Stable) public static interface CfnNode.NodeConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration properties of a peer node within a membership.

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.*;
 NodeConfigurationProperty nodeConfigurationProperty = NodeConfigurationProperty.builder()
         .availabilityZone("availabilityZone")
         .instanceType("instanceType")
         .build();