| 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.VolumeMount
Description
Synopsis
Documentation
data VolumeMount Source #
Container volume mount.
See: newVolumeMount smart constructor.
Constructors
| VolumeMount' | |
Instances
newVolumeMount :: VolumeMount Source #
Create a value of VolumeMount 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:mountPath:VolumeMount', volumeMount_mountPath - Volume mount path.
$sel:name:VolumeMount', volumeMount_name - Volume mount name.
volumeMount_mountPath :: Lens' VolumeMount (Maybe Text) Source #
Volume mount path.
volumeMount_name :: Lens' VolumeMount (Maybe Text) Source #
Volume mount name.