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 |
Amazonka.Greengrass.Types.FunctionIsolationMode
Description
Synopsis
- newtype FunctionIsolationMode where
Documentation
newtype FunctionIsolationMode Source #
Specifies whether the Lambda function runs in a Greengrass container (default) or without containerization. Unless your scenario requires that you run without containerization, we recommend that you run in a Greengrass container. Omit this value to run the Lambda function with the default containerization for the group.
Constructors
FunctionIsolationMode' | |
Fields |
Bundled Patterns
pattern FunctionIsolationMode_GreengrassContainer :: FunctionIsolationMode | |
pattern FunctionIsolationMode_NoContainer :: FunctionIsolationMode |