package
0.0.0-20250304205905-b47799d07ddf
Repository: https://github.com/aws/amazon-ssm-agent.git
Documentation: pkg.go.dev
# Packages
Package cloudwatch implements cloudwatch plugin and its configuration.
Package rundaemon implements rundaemon plugin and its configuration.
# Functions
IsLongRunningPluginSupportedForCurrentPlatform always returns false because currently, there are no long-running plugins supported on Linux.
RegisteredPlugins loads all long running plugins in memory.
# Structs
LongRunningPluginInput represents input for long running plugin like aws:cloudWatch.
Plugin reflects a long running plugin.
PluginInfo reflects information about long running plugins This is also used by lrpm manager to persisting information & then later use it for reference.
PluginSettings reflects settings that can be applied to long running plugins like aws:cloudWatch.
PluginState reflects state of a long running plugin.
# Interfaces
LongRunningPlugin is the interface that must be implemented by all long running plugins.