Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ThreatIntelIndicator = ThreatIntelIndicator' {}
- newThreatIntelIndicator :: ThreatIntelIndicator
- threatIntelIndicator_category :: Lens' ThreatIntelIndicator (Maybe ThreatIntelIndicatorCategory)
- threatIntelIndicator_value :: Lens' ThreatIntelIndicator (Maybe Text)
- threatIntelIndicator_source :: Lens' ThreatIntelIndicator (Maybe Text)
- threatIntelIndicator_type :: Lens' ThreatIntelIndicator (Maybe ThreatIntelIndicatorType)
- threatIntelIndicator_sourceUrl :: Lens' ThreatIntelIndicator (Maybe Text)
- threatIntelIndicator_lastObservedAt :: Lens' ThreatIntelIndicator (Maybe Text)
Documentation
data ThreatIntelIndicator Source #
Details about the threat intelligence related to a finding.
See: newThreatIntelIndicator
smart constructor.
ThreatIntelIndicator' | |
|
Instances
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_category :: Lens' ThreatIntelIndicator (Maybe ThreatIntelIndicatorCategory) Source #
The category of a threat intelligence indicator.
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_type :: Lens' ThreatIntelIndicator (Maybe ThreatIntelIndicatorType) Source #
The type of 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
.