| 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.AuditNotificationTarget
Description
Synopsis
- data AuditNotificationTarget = AuditNotificationTarget' {}
- newAuditNotificationTarget :: AuditNotificationTarget
- auditNotificationTarget_enabled :: Lens' AuditNotificationTarget (Maybe Bool)
- auditNotificationTarget_roleArn :: Lens' AuditNotificationTarget (Maybe Text)
- auditNotificationTarget_targetArn :: Lens' AuditNotificationTarget (Maybe Text)
Documentation
data AuditNotificationTarget Source #
Information about the targets to which audit notifications are sent.
See: newAuditNotificationTarget smart constructor.
Constructors
| AuditNotificationTarget' | |
Instances
newAuditNotificationTarget :: AuditNotificationTarget Source #
Create a value of AuditNotificationTarget 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:enabled:AuditNotificationTarget', auditNotificationTarget_enabled - True if notifications to the target are enabled.
$sel:roleArn:AuditNotificationTarget', auditNotificationTarget_roleArn - The ARN of the role that grants permission to send notifications to the
target.
$sel:targetArn:AuditNotificationTarget', auditNotificationTarget_targetArn - The ARN of the target (SNS topic) to which audit notifications are sent.
auditNotificationTarget_enabled :: Lens' AuditNotificationTarget (Maybe Bool) Source #
True if notifications to the target are enabled.
auditNotificationTarget_roleArn :: Lens' AuditNotificationTarget (Maybe Text) Source #
The ARN of the role that grants permission to send notifications to the target.
auditNotificationTarget_targetArn :: Lens' AuditNotificationTarget (Maybe Text) Source #
The ARN of the target (SNS topic) to which audit notifications are sent.