| 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.Batch.Types.Ulimit
Description
Documentation
The ulimit settings to pass to the container.
This object isn't applicable to jobs that are running on Fargate resources.
See: newUlimit smart constructor.
Constructors
| Ulimit' | |
Instances
| FromJSON Ulimit Source # | |
| ToJSON Ulimit Source # | |
Defined in Amazonka.Batch.Types.Ulimit | |
| Generic Ulimit Source # | |
| Read Ulimit Source # | |
| Show Ulimit Source # | |
| NFData Ulimit Source # | |
Defined in Amazonka.Batch.Types.Ulimit | |
| Eq Ulimit Source # | |
| Hashable Ulimit Source # | |
Defined in Amazonka.Batch.Types.Ulimit | |
| type Rep Ulimit Source # | |
Defined in Amazonka.Batch.Types.Ulimit type Rep Ulimit = D1 ('MetaData "Ulimit" "Amazonka.Batch.Types.Ulimit" "amazonka-batch-2.0-Ey2VZ5obnq65VwmlrJ2r2K" 'False) (C1 ('MetaCons "Ulimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hardLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "softLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) | |
Create a value of Ulimit 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:hardLimit:Ulimit', ulimit_hardLimit - The hard limit for the ulimit type.
$sel:name:Ulimit', ulimit_name - The type of the ulimit.
$sel:softLimit:Ulimit', ulimit_softLimit - The soft limit for the ulimit type.