aws-cdk-lib.aws_managedblockchain.CfnNode.NodeConfigurationProperty

interface NodeConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.ManagedBlockchain.CfnNode.NodeConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmanagedblockchain#CfnNode_NodeConfigurationProperty
Javasoftware.amazon.awscdk.services.managedblockchain.CfnNode.NodeConfigurationProperty
Pythonaws_cdk.aws_managedblockchain.CfnNode.NodeConfigurationProperty
TypeScript aws-cdk-lib » aws_managedblockchain » CfnNode » NodeConfigurationProperty

Configuration properties of a peer node within a membership.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_managedblockchain as managedblockchain } from 'aws-cdk-lib';
const nodeConfigurationProperty: managedblockchain.CfnNode.NodeConfigurationProperty = {
  availabilityZone: 'availabilityZone',
  instanceType: 'instanceType',
};

Properties

NameTypeDescription
availabilityZonestringThe Availability Zone in which the node exists.
instanceTypestringThe Amazon Managed Blockchain instance type for the node.

availabilityZone

Type: string

The Availability Zone in which the node exists.

Required for Ethereum nodes.


instanceType

Type: string

The Amazon Managed Blockchain instance type for the node.