services.amazon-cloudwatch-agent.commonConfiguration

NixOS option

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 in: nixos/modules/services/monitoring/amazon-cloudwatch-agent.nixView source on NixOS/nixpkgs →