amazonka-lambda-2.0: Amazon Lambda SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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' 

Fields

  • size :: Natural

    The size of the function's /tmp directory.

Instances

Instances details
FromJSON EphemeralStorage Source # 
Instance details

Defined in Amazonka.Lambda.Types.EphemeralStorage

ToJSON EphemeralStorage Source # 
Instance details

Defined in Amazonka.Lambda.Types.EphemeralStorage

Generic EphemeralStorage Source # 
Instance details

Defined in Amazonka.Lambda.Types.EphemeralStorage

Associated Types

type Rep EphemeralStorage :: Type -> Type #

Read EphemeralStorage Source # 
Instance details

Defined in Amazonka.Lambda.Types.EphemeralStorage

Show EphemeralStorage Source # 
Instance details

Defined in Amazonka.Lambda.Types.EphemeralStorage

NFData EphemeralStorage Source # 
Instance details

Defined in Amazonka.Lambda.Types.EphemeralStorage

Methods

rnf :: EphemeralStorage -> () #

Eq EphemeralStorage Source # 
Instance details

Defined in Amazonka.Lambda.Types.EphemeralStorage

Hashable EphemeralStorage Source # 
Instance details

Defined in Amazonka.Lambda.Types.EphemeralStorage

type Rep EphemeralStorage Source # 
Instance details

Defined in Amazonka.Lambda.Types.EphemeralStorage

type Rep EphemeralStorage = D1 ('MetaData "EphemeralStorage" "Amazonka.Lambda.Types.EphemeralStorage" "amazonka-lambda-2.0-FcjxCCKaCGK94C2lDO9alC" 'False) (C1 ('MetaCons "EphemeralStorage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newEphemeralStorage Source #

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.