libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.ProcessDetails

Description

 
Synopsis

Documentation

data ProcessDetails Source #

The details of process-related information about a finding.

See: newProcessDetails smart constructor.

Constructors

ProcessDetails' 

Fields

Instances

Instances details
Eq ProcessDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ProcessDetails

Read ProcessDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ProcessDetails

Show ProcessDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ProcessDetails

Generic ProcessDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ProcessDetails

Associated Types

type Rep ProcessDetails :: Type -> Type #

NFData ProcessDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ProcessDetails

Methods

rnf :: ProcessDetails -> () #

Hashable ProcessDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ProcessDetails

ToJSON ProcessDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ProcessDetails

FromJSON ProcessDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ProcessDetails

type Rep ProcessDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ProcessDetails

type Rep ProcessDetails = D1 ('MetaData "ProcessDetails" "Amazonka.SecurityHub.Types.ProcessDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "ProcessDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "terminatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parentPid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "launchedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newProcessDetails :: ProcessDetails Source #

Create a value of ProcessDetails 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:ProcessDetails', processDetails_path - The path to the process executable.

$sel:name:ProcessDetails', processDetails_name - The name of the process.

$sel:pid:ProcessDetails', processDetails_pid - The process ID.

$sel:terminatedAt:ProcessDetails', processDetails_terminatedAt - Indicates when the process was terminated.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

$sel:parentPid:ProcessDetails', processDetails_parentPid - The parent process ID.

$sel:launchedAt:ProcessDetails', processDetails_launchedAt - Indicates when the process was launched.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

processDetails_path :: Lens' ProcessDetails (Maybe Text) Source #

The path to the process executable.

processDetails_terminatedAt :: Lens' ProcessDetails (Maybe Text) Source #

Indicates when the process was terminated.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

processDetails_launchedAt :: Lens' ProcessDetails (Maybe Text) Source #

Indicates when the process was launched.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.