@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.753Z") @Stability(value=Stable) public interface CfnNodeProps 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.*;
CfnNodeProps cfnNodeProps = CfnNodeProps.builder()
.networkId("networkId")
.nodeConfiguration(NodeConfigurationProperty.builder()
.availabilityZone("availabilityZone")
.instanceType("instanceType")
.build())
// the properties below are optional
.memberId("memberId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNodeProps.Builder
A builder for
CfnNodeProps |
static class |
CfnNodeProps.Jsii$Proxy
An implementation for
CfnNodeProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnNodeProps.Builder |
builder() |
default String |
getMemberId()
The unique identifier of the member to which the node belongs.
|
String |
getNetworkId()
The unique identifier of the network for the node.
|
Object |
getNodeConfiguration()
Configuration properties of a peer node.
|
@Stability(value=Stable) @NotNull String getNetworkId()
Ethereum public networks have the following NetworkId s:
n-ethereum-mainnetn-ethereum-rinkebyn-ethereum-ropsten@Stability(value=Stable) @NotNull Object getNodeConfiguration()
@Stability(value=Stable) @Nullable default String getMemberId()
Applies only to Hyperledger Fabric.
@Stability(value=Stable) static CfnNodeProps.Builder builder()
CfnNodeProps.Builder of CfnNodePropsCopyright © 2022. All rights reserved.