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 |
Documentation
data ReportFrequency Source #
Details about how frequently reports are generated.
See: newReportFrequency
smart constructor.
Instances
newReportFrequency :: ReportFrequency Source #
Create a value of ReportFrequency
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:period:ReportFrequency'
, reportFrequency_period
- Time period between each report. The period can be daily, weekly, or
monthly.
$sel:value:ReportFrequency'
, reportFrequency_value
- Number of times within the frequency period that a report is generated.
The only supported value is 1
.
reportFrequency_period :: Lens' ReportFrequency (Maybe ReportFrequencyType) Source #
Time period between each report. The period can be daily, weekly, or monthly.
reportFrequency_value :: Lens' ReportFrequency (Maybe Int) Source #
Number of times within the frequency period that a report is generated.
The only supported value is 1
.