@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.474Z") @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()
`AWS::ManagedBlockchain::Node.MemberId`.
|
String |
getNetworkId()
`AWS::ManagedBlockchain::Node.NetworkId`.
|
Object |
getNodeConfiguration()
`AWS::ManagedBlockchain::Node.NodeConfiguration`.
|
@Stability(value=Stable) @Nullable default String getMemberId()
@Stability(value=Stable) @NotNull String getNetworkId()
@Stability(value=Stable) @NotNull Object getNodeConfiguration()
@Stability(value=Stable) static CfnNodeProps.Builder builder()
CfnNodeProps.Builder of CfnNodePropsCopyright © 2021. All rights reserved.