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 Finding = Finding' {}
- newFinding :: Text -> Text -> Text -> Text -> Text -> Resource -> Text -> Double -> Text -> Text -> Finding
- finding_service :: Lens' Finding (Maybe ServiceInfo)
- finding_confidence :: Lens' Finding (Maybe Double)
- finding_partition :: Lens' Finding (Maybe Text)
- finding_title :: Lens' Finding (Maybe Text)
- finding_description :: Lens' Finding (Maybe Text)
- finding_accountId :: Lens' Finding Text
- finding_arn :: Lens' Finding Text
- finding_createdAt :: Lens' Finding Text
- finding_id :: Lens' Finding Text
- finding_region :: Lens' Finding Text
- finding_resource :: Lens' Finding Resource
- finding_schemaVersion :: Lens' Finding Text
- finding_severity :: Lens' Finding Double
- finding_type :: Lens' Finding Text
- finding_updatedAt :: Lens' Finding Text
Documentation
Contains information about the finding, which is generated when abnormal or suspicious activity is detected.
See: newFinding
smart constructor.
Finding' | |
|
Instances
Create a value of Finding
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:service:Finding'
, finding_service
- Undocumented member.
$sel:confidence:Finding'
, finding_confidence
- The confidence score for the finding.
$sel:partition:Finding'
, finding_partition
- The partition associated with the finding.
$sel:title:Finding'
, finding_title
- The title of the finding.
$sel:description:Finding'
, finding_description
- The description of the finding.
$sel:accountId:Finding'
, finding_accountId
- The ID of the account in which the finding was generated.
$sel:arn:Finding'
, finding_arn
- The ARN of the finding.
$sel:createdAt:Finding'
, finding_createdAt
- The time and date when the finding was created.
$sel:id:Finding'
, finding_id
- The ID of the finding.
$sel:region:Finding'
, finding_region
- The Region where the finding was generated.
$sel:resource:Finding'
, finding_resource
- Undocumented member.
$sel:schemaVersion:Finding'
, finding_schemaVersion
- The version of the schema used for the finding.
$sel:severity:Finding'
, finding_severity
- The severity of the finding.
$sel:type':Finding'
, finding_type
- The type of finding.
$sel:updatedAt:Finding'
, finding_updatedAt
- The time and date when the finding was last updated.
finding_service :: Lens' Finding (Maybe ServiceInfo) Source #
Undocumented member.