| 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.HostPath
Description
Documentation
Represents a pre-existing file or directory on the host machine that the volume maps to.
See: newHostPath smart constructor.
Constructors
| HostPath' | |
Instances
| FromJSON HostPath Source # | |
| Generic HostPath Source # | |
| Read HostPath Source # | |
| Show HostPath Source # | |
| NFData HostPath Source # | |
Defined in Amazonka.GuardDuty.Types.HostPath | |
| Eq HostPath Source # | |
| Hashable HostPath Source # | |
Defined in Amazonka.GuardDuty.Types.HostPath | |
| type Rep HostPath Source # | |
Defined in Amazonka.GuardDuty.Types.HostPath | |
newHostPath :: HostPath Source #
Create a value of HostPath 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:path:HostPath', hostPath_path - Path of the file or directory on the host that the volume maps to.