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.ThreatIntelIndicator

Description

 
Synopsis

Documentation

data ThreatIntelIndicator Source #

Details about the threat intelligence related to a finding.

See: newThreatIntelIndicator smart constructor.

Constructors

ThreatIntelIndicator' 

Fields

Instances

Instances details
Eq ThreatIntelIndicator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ThreatIntelIndicator

Read ThreatIntelIndicator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ThreatIntelIndicator

Show ThreatIntelIndicator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ThreatIntelIndicator

Generic ThreatIntelIndicator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ThreatIntelIndicator

Associated Types

type Rep ThreatIntelIndicator :: Type -> Type #

NFData ThreatIntelIndicator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ThreatIntelIndicator

Methods

rnf :: ThreatIntelIndicator -> () #

Hashable ThreatIntelIndicator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ThreatIntelIndicator

ToJSON ThreatIntelIndicator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ThreatIntelIndicator

FromJSON ThreatIntelIndicator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ThreatIntelIndicator

type Rep ThreatIntelIndicator Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ThreatIntelIndicator

type Rep ThreatIntelIndicator = D1 ('MetaData "ThreatIntelIndicator" "Amazonka.SecurityHub.Types.ThreatIntelIndicator" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "ThreatIntelIndicator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThreatIntelIndicatorCategory)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThreatIntelIndicatorType)) :*: (S1 ('MetaSel ('Just "sourceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastObservedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newThreatIntelIndicator :: ThreatIntelIndicator Source #

Create a value of ThreatIntelIndicator 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:category:ThreatIntelIndicator', threatIntelIndicator_category - The category of a threat intelligence indicator.

$sel:value:ThreatIntelIndicator', threatIntelIndicator_value - The value of a threat intelligence indicator.

$sel:source:ThreatIntelIndicator', threatIntelIndicator_source - The source of the threat intelligence indicator.

$sel:type':ThreatIntelIndicator', threatIntelIndicator_type - The type of threat intelligence indicator.

$sel:sourceUrl:ThreatIntelIndicator', threatIntelIndicator_sourceUrl - The URL to the page or site where you can get more information about the threat intelligence indicator.

$sel:lastObservedAt:ThreatIntelIndicator', threatIntelIndicator_lastObservedAt - Indicates when the most recent instance of a threat intelligence indicator was observed.

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.

threatIntelIndicator_value :: Lens' ThreatIntelIndicator (Maybe Text) Source #

The value of a threat intelligence indicator.

threatIntelIndicator_source :: Lens' ThreatIntelIndicator (Maybe Text) Source #

The source of the threat intelligence indicator.

threatIntelIndicator_sourceUrl :: Lens' ThreatIntelIndicator (Maybe Text) Source #

The URL to the page or site where you can get more information about the threat intelligence indicator.

threatIntelIndicator_lastObservedAt :: Lens' ThreatIntelIndicator (Maybe Text) Source #

Indicates when the most recent instance of a threat intelligence indicator was observed.

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.