amazonka-guardduty-2.0: Amazon GuardDuty SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GuardDuty.Types.HostPath

Description

 
Synopsis

Documentation

data HostPath Source #

Represents a pre-existing file or directory on the host machine that the volume maps to.

See: newHostPath smart constructor.

Constructors

HostPath' 

Fields

  • path :: Maybe Text

    Path of the file or directory on the host that the volume maps to.

Instances

Instances details
FromJSON HostPath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.HostPath

Generic HostPath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.HostPath

Associated Types

type Rep HostPath :: Type -> Type #

Methods

from :: HostPath -> Rep HostPath x #

to :: Rep HostPath x -> HostPath #

Read HostPath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.HostPath

Show HostPath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.HostPath

NFData HostPath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.HostPath

Methods

rnf :: HostPath -> () #

Eq HostPath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.HostPath

Hashable HostPath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.HostPath

Methods

hashWithSalt :: Int -> HostPath -> Int #

hash :: HostPath -> Int #

type Rep HostPath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.HostPath

type Rep HostPath = D1 ('MetaData "HostPath" "Amazonka.GuardDuty.Types.HostPath" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "HostPath'" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

hostPath_path :: Lens' HostPath (Maybe Text) Source #

Path of the file or directory on the host that the volume maps to.