services.amazon-cloudwatch-agent.commonConfiguration
NixOS option
See commonConfigurationFile. commonConfigurationFile takes precedence over commonConfiguration.
type: TOML valueDefault
{ }Example
declared in: nixos/modules/services/monitoring/amazon-cloudwatch-agent.nixView source on NixOS/nixpkgs →{
credentials = {
shared_credential_file = "/path/to/credentials";
shared_credential_profile = "profile_name";
};
proxy = {
http_proxy = "http_url";
https_proxy = "https_url";
no_proxy = "domain";
};
}