AWS SDK for C++
AWS SDK for C++
|
#include <Aws.h>
Public Attributes | |
std::vector< Aws::Monitoring::MonitoringFactoryCreateFunction > | customizedMonitoringFactory_create_fn |
MonitoringOptions is used to set up monitoring functionalities globally and(or) for users to customize monitoring listeners.
std::vector<Aws::Monitoring::MonitoringFactoryCreateFunction> Aws::MonitoringOptions::customizedMonitoringFactory_create_fn |
These factory functions will be used to try to create customized monitoring listener factories, then be used to create monitoring listener instances. Based on functions and factory's implementation, it may fail to create an instance. If a function failed to create factory or a created factory failed to create an instance, SDK just ignore it. By default, SDK will try to create a default Client Side Monitoring Listener.