Module aws_runtime::env_config

source ·
Expand description

Supporting code for parsing AWS config values set in a user’s environment or in a shared config file.

Modules§

  • Errors related to AWS profile config files
  • Config structs to programmatically customize the profile files that get loaded
  • Profile file parsing
  • Sections within an AWS config profile.
  • Sections within an AWS config profile.
  • Code for handling in-memory sources of profile data

Structs§

  • An error occurred when resolving config from a user’s environment.
  • The source that env config was derived from.
  • Environment config values are config values sourced from a user’s environment variables or profile file.

Functions§

  • Given a key, access to the environment, and a validator, return a config value if one was set.