| 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.TriggerDetails
Description
Documentation
data TriggerDetails Source #
Represents the reason the scan was triggered.
See: newTriggerDetails smart constructor.
Constructors
| TriggerDetails' | |
Fields
| |
Instances
newTriggerDetails :: TriggerDetails Source #
Create a value of TriggerDetails 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:description:TriggerDetails', triggerDetails_description - The description of the scan trigger.
$sel:guardDutyFindingId:TriggerDetails', triggerDetails_guardDutyFindingId - The ID of the GuardDuty finding that triggered the BirdDog scan.
triggerDetails_description :: Lens' TriggerDetails (Maybe Text) Source #
The description of the scan trigger.
triggerDetails_guardDutyFindingId :: Lens' TriggerDetails (Maybe Text) Source #
The ID of the GuardDuty finding that triggered the BirdDog scan.