| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GreengrassV2.Types.LambdaLinuxProcessParams
Description
Synopsis
- data LambdaLinuxProcessParams = LambdaLinuxProcessParams' {}
- newLambdaLinuxProcessParams :: LambdaLinuxProcessParams
- lambdaLinuxProcessParams_containerParams :: Lens' LambdaLinuxProcessParams (Maybe LambdaContainerParams)
- lambdaLinuxProcessParams_isolationMode :: Lens' LambdaLinuxProcessParams (Maybe LambdaIsolationMode)
Documentation
data LambdaLinuxProcessParams Source #
Contains parameters for a Linux process that contains an Lambda function.
See: newLambdaLinuxProcessParams smart constructor.
Constructors
| LambdaLinuxProcessParams' | |
Fields
| |
Instances
newLambdaLinuxProcessParams :: LambdaLinuxProcessParams Source #
Create a value of LambdaLinuxProcessParams 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:containerParams:LambdaLinuxProcessParams', lambdaLinuxProcessParams_containerParams - The parameters for the container in which the Lambda function runs.
$sel:isolationMode:LambdaLinuxProcessParams', lambdaLinuxProcessParams_isolationMode - The isolation mode for the process that contains the Lambda function.
The process can run in an isolated runtime environment inside the IoT
Greengrass container, or as a regular process outside any container.
Default: GreengrassContainer
lambdaLinuxProcessParams_containerParams :: Lens' LambdaLinuxProcessParams (Maybe LambdaContainerParams) Source #
The parameters for the container in which the Lambda function runs.
lambdaLinuxProcessParams_isolationMode :: Lens' LambdaLinuxProcessParams (Maybe LambdaIsolationMode) Source #
The isolation mode for the process that contains the Lambda function. The process can run in an isolated runtime environment inside the IoT Greengrass container, or as a regular process outside any container.
Default: GreengrassContainer