programs.awscli.settings
Home-Manager option
Configuration written to $HOME/.aws/config.
type: open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
declared in: <home-manager/modules/programs/awscli.nix>source unavailable{ "default" = { region = "eu-west-3"; output = "json"; }; };