| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GuardDuty.Types.Finding
Description
Synopsis
- data Finding = Finding' {}
- newFinding :: Text -> Text -> Text -> Text -> Text -> Resource -> Text -> Double -> Text -> Text -> Finding
- finding_confidence :: Lens' Finding (Maybe Double)
- finding_description :: Lens' Finding (Maybe Text)
- finding_partition :: Lens' Finding (Maybe Text)
- finding_service :: Lens' Finding (Maybe ServiceInfo)
- finding_title :: 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.
Constructors
| Finding' | |
Fields
| |
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:confidence:Finding', finding_confidence - The confidence score for the finding.
$sel:description:Finding', finding_description - The description of the finding.
$sel:partition:Finding', finding_partition - The partition associated with the finding.
$sel:service:Finding', finding_service - Undocumented member.
$sel:title:Finding', finding_title - The title 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.