@Stability(value=Stable)
public static interface CfnNode.NodeConfigurationProperty
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.*;
NodeConfigurationProperty nodeConfigurationProperty = NodeConfigurationProperty.builder()
.availabilityZone("availabilityZone")
.instanceType("instanceType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNode.NodeConfigurationProperty.Builder
A builder for
CfnNode.NodeConfigurationProperty |
static class |
CfnNode.NodeConfigurationProperty.Jsii$Proxy
An implementation for
CfnNode.NodeConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnNode.NodeConfigurationProperty.Builder |
builder() |
String |
getAvailabilityZone()
The Availability Zone in which the node exists.
|
String |
getInstanceType()
The Amazon Managed Blockchain instance type for the node.
|
@Stability(value=Stable) @NotNull String getAvailabilityZone()
Required for Ethereum nodes.
@Stability(value=Stable) @NotNull String getInstanceType()
@Stability(value=Stable) static CfnNode.NodeConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.