Interface CfnNodePropsMixin.INodeConfigurationProperty
Configuration properties of a peer node within a membership.
Namespace: Amazon.CDK.Mixins.Preview.AWS.ManagedBlockchain.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnNodePropsMixin.INodeConfigurationProperty
Syntax (vb)
Public Interface CfnNodePropsMixin.INodeConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.ManagedBlockchain.Mixins;
var nodeConfigurationProperty = new NodeConfigurationProperty {
AvailabilityZone = "availabilityZone",
InstanceType = "instanceType"
};
Synopsis
Properties
| AvailabilityZone | The Availability Zone in which the node exists. |
| InstanceType | The Amazon Managed Blockchain instance type for the node. |
Properties
AvailabilityZone
The Availability Zone in which the node exists.
string? AvailabilityZone { get; }
Property Value
Remarks
InstanceType
The Amazon Managed Blockchain instance type for the node.
string? InstanceType { get; }