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 container path, mount options, and size of the tmpfs mount.
This object isn't applicable to jobs that are running on Fargate resources.
See: newTmpfs
smart constructor.
Tmpfs' | |
|
Instances
Eq Tmpfs Source # | |
Read Tmpfs Source # | |
Show Tmpfs Source # | |
Generic Tmpfs Source # | |
NFData Tmpfs Source # | |
Defined in Amazonka.Batch.Types.Tmpfs | |
Hashable Tmpfs Source # | |
Defined in Amazonka.Batch.Types.Tmpfs | |
ToJSON Tmpfs Source # | |
Defined in Amazonka.Batch.Types.Tmpfs | |
FromJSON Tmpfs Source # | |
type Rep Tmpfs Source # | |
Defined in Amazonka.Batch.Types.Tmpfs type Rep Tmpfs = D1 ('MetaData "Tmpfs" "Amazonka.Batch.Types.Tmpfs" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "Tmpfs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "containerPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) |
Create a value of Tmpfs
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:mountOptions:Tmpfs'
, tmpfs_mountOptions
- The list of tmpfs volume mount options.
Valid values: "defaults
" | "ro
" | "rw
" | "suid
" |
"nosuid
" | "dev
" | "nodev
" | "exec
" | "noexec
" |
"sync
" | "async
" | "dirsync
" | "remount
" | "mand
" |
"nomand
" | "atime
" | "noatime
" | "diratime
" |
"nodiratime
" | "bind
" |
"rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime
"
| "norelatime
" | "strictatime
" | "nostrictatime
" |
"mode
" | "uid
" | "gid
" | "nr_inodes
" | "nr_blocks
" |
"mpol
"
$sel:containerPath:Tmpfs'
, tmpfs_containerPath
- The absolute file path in the container where the tmpfs volume is
mounted.
$sel:size:Tmpfs'
, tmpfs_size
- The size (in MiB) of the tmpfs volume.
tmpfs_mountOptions :: Lens' Tmpfs (Maybe [Text]) Source #
The list of tmpfs volume mount options.
Valid values: "defaults
" | "ro
" | "rw
" | "suid
" |
"nosuid
" | "dev
" | "nodev
" | "exec
" | "noexec
" |
"sync
" | "async
" | "dirsync
" | "remount
" | "mand
" |
"nomand
" | "atime
" | "noatime
" | "diratime
" |
"nodiratime
" | "bind
" |
"rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime
"
| "norelatime
" | "strictatime
" | "nostrictatime
" |
"mode
" | "uid
" | "gid
" | "nr_inodes
" | "nr_blocks
" |
"mpol
"