class Aws::Lambda::Types::Environment

A function's environment variable settings. You can use environment variables to adjust your function's behavior without updating code. An environment variable is a pair of strings that are stored in a function's version-specific configuration.

@note When making an API call, you may pass Environment

data as a hash:

    {
      variables: {
        "EnvironmentVariableName" => "EnvironmentVariableValue",
      },
    }

@!attribute [rw] variables

Environment variable key-value pairs. For more information, see
[Using Lambda environment variables][1].

[1]: https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/Environment AWS API Documentation

Constants

SENSITIVE