class Aws::ManagedBlockchain::Types::UpdateNodeInput

@note When making an API call, you may pass UpdateNodeInput

data as a hash:

    {
      network_id: "ResourceIdString", # required
      member_id: "ResourceIdString",
      node_id: "ResourceIdString", # required
      log_publishing_configuration: {
        fabric: {
          chaincode_logs: {
            cloudwatch: {
              enabled: false,
            },
          },
          peer_logs: {
            cloudwatch: {
              enabled: false,
            },
          },
        },
      },
    }

@!attribute [rw] network_id

The unique identifier of the network that the node is on.
@return [String]

@!attribute [rw] member_id

The unique identifier of the member that owns the node.

Applies only to Hyperledger Fabric.
@return [String]

@!attribute [rw] node_id

The unique identifier of the node.
@return [String]

@!attribute [rw] log_publishing_configuration

Configuration properties for publishing to Amazon CloudWatch Logs.
@return [Types::NodeLogPublishingConfiguration]

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

Constants

SENSITIVE