![]() |
![]()
| ![]() |
![]()
NAMEPaws::ManagedBlockchain::Node USAGEThis 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 DESCRIPTIONConfiguration properties of a node. ATTRIBUTESArn => StrThe 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 => StrThe Availability Zone in which the node exists. Required for Ethereum nodes. CreationDate => StrThe date and time that the node was created. FrameworkAttributes => Paws::ManagedBlockchain::NodeFrameworkAttributesAttributes of the blockchain framework being used. Id => StrThe unique identifier of the node. InstanceType => StrThe instance type of the node. KmsKeyArn => StrThe 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::NodeLogPublishingConfigurationConfiguration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain. MemberId => StrThe unique identifier of the member to which the node belongs. Applies only to Hyperledger Fabric. NetworkId => StrThe unique identifier of the network that the node is on. StateDB => StrThe state database that the node uses. Values are "LevelDB" or "CouchDB". Applies only to Hyperledger Fabric. Status => StrThe status of the node.
Tags => Paws::ManagedBlockchain::OutputTagMapTags 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 ALSOThis class forms part of Paws, describing an object used in Paws::ManagedBlockchain BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|