NAME
Paws::ManagedBlockchain::Node
USAGE
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
DESCRIPTION
Configuration properties of a node.
ATTRIBUTES
Arn => Str
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.
AvailabilityZone => Str
The Availability Zone in which the node exists. Required for Ethereum nodes.
CreationDate => Str
The date and time that the node was created.
FrameworkAttributes => Paws::ManagedBlockchain::NodeFrameworkAttributes
Attributes of the blockchain framework being used.
Id => Str
The unique identifier of the node.
InstanceType => Str
The instance type of the node.
KmsKeyArn => Str
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.
LogPublishingConfiguration => Paws::ManagedBlockchain::NodeLogPublishingConfiguration
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.
MemberId => Str
The unique identifier of the member to which the node belongs.
Applies only to Hyperledger Fabric.
NetworkId => Str
The unique identifier of the network that the node is on.
StateDB => Str
The state database that the node uses. Values are LevelDB
or CouchDB
.
Applies only to Hyperledger Fabric.
Status => Str
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 toAVAILABLE
. Otherwise, it moves toFAILED
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 => Paws::ManagedBlockchain::OutputTagMap
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.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::ManagedBlockchain
BUGS and CONTRIBUTIONS
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