Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html

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

string

Remarks

Required for Ethereum nodes.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-availabilityzone

InstanceType

The Amazon Managed Blockchain instance type for the node.

string? InstanceType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-managedblockchain-node-nodeconfiguration.html#cfn-managedblockchain-node-nodeconfiguration-instancetype

Back to top Generated by DocFX