MyNixOS website logo

Configuration written to $HOME/.aws/config.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  "default" = {
    region = "eu-west-3";
    output = "json";
  };
};