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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnNode.NodeConfigurationProperty
static final class
An implementation forCfnNode.NodeConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Availability Zone in which the node exists.The Amazon Managed Blockchain instance type for the node.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityZone
The Availability Zone in which the node exists.Required for Ethereum nodes.
-
getInstanceType
The Amazon Managed Blockchain instance type for the node. -
builder
-