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 ScheduledAuditMetadata = ScheduledAuditMetadata' {}
- newScheduledAuditMetadata :: ScheduledAuditMetadata
- scheduledAuditMetadata_frequency :: Lens' ScheduledAuditMetadata (Maybe AuditFrequency)
- scheduledAuditMetadata_scheduledAuditName :: Lens' ScheduledAuditMetadata (Maybe Text)
- scheduledAuditMetadata_dayOfMonth :: Lens' ScheduledAuditMetadata (Maybe Text)
- scheduledAuditMetadata_dayOfWeek :: Lens' ScheduledAuditMetadata (Maybe DayOfWeek)
- scheduledAuditMetadata_scheduledAuditArn :: Lens' ScheduledAuditMetadata (Maybe Text)
Documentation
data ScheduledAuditMetadata Source #
Information about the scheduled audit.
See: newScheduledAuditMetadata
smart constructor.
ScheduledAuditMetadata' | |
|
Instances
newScheduledAuditMetadata :: ScheduledAuditMetadata Source #
Create a value of ScheduledAuditMetadata
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:frequency:ScheduledAuditMetadata'
, scheduledAuditMetadata_frequency
- How often the scheduled audit occurs.
$sel:scheduledAuditName:ScheduledAuditMetadata'
, scheduledAuditMetadata_scheduledAuditName
- The name of the scheduled audit.
$sel:dayOfMonth:ScheduledAuditMetadata'
, scheduledAuditMetadata_dayOfMonth
- The day of the month on which the scheduled audit is run (if the
frequency
is "MONTHLY"). If days 29-31 are specified, and the month
does not have that many days, the audit takes place on the "LAST" day
of the month.
$sel:dayOfWeek:ScheduledAuditMetadata'
, scheduledAuditMetadata_dayOfWeek
- The day of the week on which the scheduled audit is run (if the
frequency
is "WEEKLY" or "BIWEEKLY").
$sel:scheduledAuditArn:ScheduledAuditMetadata'
, scheduledAuditMetadata_scheduledAuditArn
- The ARN of the scheduled audit.
scheduledAuditMetadata_frequency :: Lens' ScheduledAuditMetadata (Maybe AuditFrequency) Source #
How often the scheduled audit occurs.
scheduledAuditMetadata_scheduledAuditName :: Lens' ScheduledAuditMetadata (Maybe Text) Source #
The name of the scheduled audit.
scheduledAuditMetadata_dayOfMonth :: Lens' ScheduledAuditMetadata (Maybe Text) Source #
The day of the month on which the scheduled audit is run (if the
frequency
is "MONTHLY"). If days 29-31 are specified, and the month
does not have that many days, the audit takes place on the "LAST" day
of the month.
scheduledAuditMetadata_dayOfWeek :: Lens' ScheduledAuditMetadata (Maybe DayOfWeek) Source #
The day of the week on which the scheduled audit is run (if the
frequency
is "WEEKLY" or "BIWEEKLY").
scheduledAuditMetadata_scheduledAuditArn :: Lens' ScheduledAuditMetadata (Maybe Text) Source #
The ARN of the scheduled audit.