Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsLambdaFunctionEnvironment = AwsLambdaFunctionEnvironment' {}
- newAwsLambdaFunctionEnvironment :: AwsLambdaFunctionEnvironment
- awsLambdaFunctionEnvironment_variables :: Lens' AwsLambdaFunctionEnvironment (Maybe (HashMap Text Text))
- awsLambdaFunctionEnvironment_error :: Lens' AwsLambdaFunctionEnvironment (Maybe AwsLambdaFunctionEnvironmentError)
Documentation
data AwsLambdaFunctionEnvironment Source #
A function's environment variable settings.
See: newAwsLambdaFunctionEnvironment
smart constructor.
Instances
newAwsLambdaFunctionEnvironment :: AwsLambdaFunctionEnvironment Source #
Create a value of AwsLambdaFunctionEnvironment
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:variables:AwsLambdaFunctionEnvironment'
, awsLambdaFunctionEnvironment_variables
- Environment variable key-value pairs.
$sel:error:AwsLambdaFunctionEnvironment'
, awsLambdaFunctionEnvironment_error
- An AwsLambdaFunctionEnvironmentError
object.
awsLambdaFunctionEnvironment_variables :: Lens' AwsLambdaFunctionEnvironment (Maybe (HashMap Text Text)) Source #
Environment variable key-value pairs.
awsLambdaFunctionEnvironment_error :: Lens' AwsLambdaFunctionEnvironment (Maybe AwsLambdaFunctionEnvironmentError) Source #
An AwsLambdaFunctionEnvironmentError
object.