ark::aws::CloudwatchLogsServer
Defined in header “ark/aws/testing/cloudwatchlogs_server.hh”.
This class represents a mock AWS CloudwatchLogs server to handle log messages.
Methods
-
CloudwatchLogsServer(const comms::NetworkAddress & address, std::filesystem::path root_path)
Constructor. Initializes the given CloudwatchLogs service on the specified address with the given key information. Root_path specifies the destination path to write the log messages received. -
~CloudwatchLogsServer()
Destructor implemented internally. -
core::Url endpoint()
Returns the endpoint that you can talk to this server over.