services.amazon-cloudwatch-agent.commonConfiguration

See commonConfigurationFile.

commonConfigurationFile takes precedence over commonConfiguration.

Type
TOML value
Default
{ }
Example
{
  credentials = {
    shared_credential_file = "/path/to/credentials";
    shared_credential_profile = "profile_name";
  };
  proxy = {
    http_proxy = "http_url";
    https_proxy = "https_url";
    no_proxy = "domain";
  };
}
Declared
<nixpkgs/nixos/modules/services/monitoring/amazon-cloudwatch-agent.nix>