| 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.GuardDuty.Types.Volume
Description
Documentation
Volume used by the Kubernetes workload.
See: newVolume smart constructor.
Constructors
| Volume' | |
Instances
| FromJSON Volume Source # | |
| Generic Volume Source # | |
| Read Volume Source # | |
| Show Volume Source # | |
| NFData Volume Source # | |
Defined in Amazonka.GuardDuty.Types.Volume | |
| Eq Volume Source # | |
| Hashable Volume Source # | |
Defined in Amazonka.GuardDuty.Types.Volume | |
| type Rep Volume Source # | |
Defined in Amazonka.GuardDuty.Types.Volume type Rep Volume = D1 ('MetaData "Volume" "Amazonka.GuardDuty.Types.Volume" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "Volume'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hostPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HostPath)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Volume 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:hostPath:Volume', volume_hostPath - Represents a pre-existing file or directory on the host machine that the
volume maps to.
$sel:name:Volume', volume_name - Volume name.