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 |
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.
Instances
Eq Ulimit Source # | |
Read Ulimit Source # | |
Show Ulimit Source # | |
Generic Ulimit Source # | |
NFData Ulimit Source # | |
Defined in Amazonka.Batch.Types.Ulimit | |
Hashable Ulimit Source # | |
Defined in Amazonka.Batch.Types.Ulimit | |
ToJSON Ulimit Source # | |
Defined in Amazonka.Batch.Types.Ulimit | |
FromJSON Ulimit Source # | |
type Rep Ulimit Source # | |
Defined in Amazonka.Batch.Types.Ulimit type Rep Ulimit = D1 ('MetaData "Ulimit" "Amazonka.Batch.Types.Ulimit" "libZSservicesZSamazonka-batchZSamazonka-batch" '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.