| 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.IoT.Types.AuditSuppression
Description
Synopsis
- data AuditSuppression = AuditSuppression' {}
- newAuditSuppression :: Text -> ResourceIdentifier -> AuditSuppression
- auditSuppression_description :: Lens' AuditSuppression (Maybe Text)
- auditSuppression_expirationDate :: Lens' AuditSuppression (Maybe UTCTime)
- auditSuppression_suppressIndefinitely :: Lens' AuditSuppression (Maybe Bool)
- 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.
Constructors
| AuditSuppression' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> ResourceIdentifier | |
| -> AuditSuppression |
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:description:AuditSuppression', auditSuppression_description - The description of the audit suppression.
$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:checkName:AuditSuppression', auditSuppression_checkName - Undocumented member.
$sel:resourceIdentifier:AuditSuppression', auditSuppression_resourceIdentifier - Undocumented member.
auditSuppression_description :: Lens' AuditSuppression (Maybe Text) Source #
The description of the audit suppression.
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_checkName :: Lens' AuditSuppression Text Source #
Undocumented member.
auditSuppression_resourceIdentifier :: Lens' AuditSuppression ResourceIdentifier Source #
Undocumented member.