GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ManagedBlockchain::Node(3) User Contributed Perl Documentation Paws::ManagedBlockchain::Node(3)

Paws::ManagedBlockchain::Node

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::ManagedBlockchain::Node object:

  $service_obj->Method(Att1 => { Arn => $value, ..., Tags => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::ManagedBlockchain::Node object:

  $result = $service_obj->Method(...);
  $result->Att1->Arn

Configuration properties of a node.

The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) in the AWS General Reference.

The Availability Zone in which the node exists. Required for Ethereum nodes.

The date and time that the node was created.

Attributes of the blockchain framework being used.

The unique identifier of the node.

The instance type of the node.

The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) that the node uses for encryption at rest. If the value of this parameter is "AWS Owned KMS Key", the node uses an AWS owned KMS key for encryption. The node inherits this parameter from the member that it belongs to.

Applies only to Hyperledger Fabric.

Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.

The unique identifier of the member to which the node belongs.

Applies only to Hyperledger Fabric.

The unique identifier of the network that the node is on.

The state database that the node uses. Values are "LevelDB" or "CouchDB".

Applies only to Hyperledger Fabric.

The status of the node.

  • "CREATING" - The AWS account is in the process of creating a node.
  • "AVAILABLE" - The node has been created and can participate in the network.
  • "UNHEALTHY" - The node is impaired and might not function as expected. Amazon Managed Blockchain automatically finds nodes in this state and tries to recover them. If a node is recoverable, it returns to "AVAILABLE". Otherwise, it moves to "FAILED" status.
  • "CREATE_FAILED" - The AWS account attempted to create a node and creation failed.
  • "UPDATING" - The node is in the process of being updated.
  • "DELETING" - The node is in the process of being deleted.
  • "DELETED" - The node can no longer participate on the network.
  • "FAILED" - The node is no longer functional, cannot be recovered, and must be deleted.
  • "INACCESSIBLE_ENCRYPTION_KEY" - The node is impaired and might not function as expected because it cannot access the specified customer managed key in AWS KMS for encryption at rest. Either the KMS key was disabled or deleted, or the grants on the key were revoked.

    The effect of disabling or deleting a key, or revoking a grant is not immediate. The node resource might take some time to find that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.

Tags assigned to the node. Each tag consists of a key and optional value.

For more information about tags, see Tagging Resources (https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html) in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources (https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html) in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.

This class forms part of Paws, describing an object used in Paws::ManagedBlockchain

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.