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 AuditSuppression = AuditSuppression' {}
- newAuditSuppression :: Text -> ResourceIdentifier -> AuditSuppression
- auditSuppression_expirationDate :: Lens' AuditSuppression (Maybe UTCTime)
- auditSuppression_suppressIndefinitely :: Lens' AuditSuppression (Maybe Bool)
- auditSuppression_description :: Lens' AuditSuppression (Maybe Text)
- auditSuppression_checkName :: Lens' AuditSuppression Text
- auditSuppression_resourceIdentifier :: Lens' AuditSuppression ResourceIdentifier
Documentation
data AuditSuppression Source #
Filters out specific findings of a Device Defender audit.
See: newAuditSuppression
smart constructor.
AuditSuppression' | |
|
Instances
Create a value of AuditSuppression
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:expirationDate:AuditSuppression'
, auditSuppression_expirationDate
- The expiration date (epoch timestamp in seconds) that you want the
suppression to adhere to.
$sel:suppressIndefinitely:AuditSuppression'
, auditSuppression_suppressIndefinitely
- Indicates whether a suppression should exist indefinitely or not.
$sel:description:AuditSuppression'
, auditSuppression_description
- The description of the audit suppression.
$sel:checkName:AuditSuppression'
, auditSuppression_checkName
- Undocumented member.
$sel:resourceIdentifier:AuditSuppression'
, auditSuppression_resourceIdentifier
- Undocumented member.
auditSuppression_expirationDate :: Lens' AuditSuppression (Maybe UTCTime) Source #
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
auditSuppression_suppressIndefinitely :: Lens' AuditSuppression (Maybe Bool) Source #
Indicates whether a suppression should exist indefinitely or not.
auditSuppression_description :: Lens' AuditSuppression (Maybe Text) Source #
The description of the audit suppression.
auditSuppression_checkName :: Lens' AuditSuppression Text Source #
Undocumented member.
auditSuppression_resourceIdentifier :: Lens' AuditSuppression ResourceIdentifier Source #
Undocumented member.