| 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.Lambda.Types.EphemeralStorage
Description
Synopsis
Documentation
data EphemeralStorage Source #
The size of the function's /tmp directory in MB. The default value
is 512, but it can be any whole number between 512 and 10,240 MB.
See: newEphemeralStorage smart constructor.
Constructors
| EphemeralStorage' | |
Instances
Arguments
| :: Natural | |
| -> EphemeralStorage |
Create a value of EphemeralStorage 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:size:EphemeralStorage', ephemeralStorage_size - The size of the function's /tmp directory.
ephemeralStorage_size :: Lens' EphemeralStorage Natural Source #
The size of the function's /tmp directory.