class Aws::ManagedBlockchain::Types::NodeEthereumAttributes

Attributes of an Ethereum node.

@!attribute [rw] http_endpoint

The endpoint on which the Ethereum node listens to run Ethereum
JSON-RPC methods over HTTP connections from a client. Use this
endpoint in client code for smart contracts when using an HTTP
connection. Connections to this endpoint are authenticated using
[Signature Version 4][1].

[1]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
@return [String]

@!attribute [rw] web_socket_endpoint

The endpoint on which the Ethereum node listens to run Ethereum
JSON-RPC methods over WebSockets connections from a client. Use this
endpoint in client code for smart contracts when using a WebSockets
connection. Connections to this endpoint are authenticated using
[Signature Version 4][1].

[1]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/NodeEthereumAttributes AWS API Documentation

Constants

SENSITIVE