Interface CfnNodePropsMixin.NodeConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNodePropsMixin.NodeConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnNodePropsMixin
@Stability(Stable)
public static interface CfnNodePropsMixin.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.mixins.preview.services.managedblockchain.mixins.*;
NodeConfigurationProperty nodeConfigurationProperty = NodeConfigurationProperty.builder()
.availabilityZone("availabilityZone")
.instanceType("instanceType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNodePropsMixin.NodeConfigurationPropertystatic final classAn implementation forCfnNodePropsMixin.NodeConfigurationProperty -
Method Summary
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.
- See Also:
-
getInstanceType
The Amazon Managed Blockchain instance type for the node.- See Also:
-
builder
-