| 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.Tmpfs
Description
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.
Constructors
| Tmpfs' | |
Fields
| |
Instances
| FromJSON Tmpfs Source # | |
| ToJSON Tmpfs Source # | |
Defined in Amazonka.Batch.Types.Tmpfs | |
| Generic Tmpfs Source # | |
| Read Tmpfs Source # | |
| Show Tmpfs Source # | |
| NFData Tmpfs Source # | |
Defined in Amazonka.Batch.Types.Tmpfs | |
| Eq Tmpfs Source # | |
| Hashable Tmpfs Source # | |
Defined in Amazonka.Batch.Types.Tmpfs | |
| type Rep Tmpfs Source # | |
Defined in Amazonka.Batch.Types.Tmpfs type Rep Tmpfs = D1 ('MetaData "Tmpfs" "Amazonka.Batch.Types.Tmpfs" "amazonka-batch-2.0-Ey2VZ5obnq65VwmlrJ2r2K" '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"