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 ReportDefinition = ReportDefinition' {}
- newReportDefinition :: ReportDefinition
- reportDefinition_lastUpdatedAt :: Lens' ReportDefinition (Maybe UTCTime)
- reportDefinition_createdAt :: Lens' ReportDefinition (Maybe UTCTime)
- reportDefinition_reportId :: Lens' ReportDefinition (Maybe Text)
- reportDefinition_format :: Lens' ReportDefinition (Maybe Format)
- reportDefinition_reportFrequency :: Lens' ReportDefinition (Maybe ReportFrequency)
- reportDefinition_reportDescription :: Lens' ReportDefinition (Maybe Text)
- reportDefinition_destinationS3Location :: Lens' ReportDefinition (Maybe S3Location)
Documentation
data ReportDefinition Source #
The configuration of a report in AWS Application Cost Profiler.
See: newReportDefinition
smart constructor.
ReportDefinition' | |
|
Instances
newReportDefinition :: ReportDefinition Source #
Create a value of ReportDefinition
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:lastUpdatedAt:ReportDefinition'
, reportDefinition_lastUpdatedAt
- Timestamp (milliseconds) when this report definition was last updated.
$sel:createdAt:ReportDefinition'
, reportDefinition_createdAt
- Timestamp (milliseconds) when this report definition was created.
$sel:reportId:ReportDefinition'
, reportDefinition_reportId
- The ID of the report.
$sel:format:ReportDefinition'
, reportDefinition_format
- The format used for the generated reports.
$sel:reportFrequency:ReportDefinition'
, reportDefinition_reportFrequency
- The cadence at which the report is generated.
$sel:reportDescription:ReportDefinition'
, reportDefinition_reportDescription
- Description of the report
$sel:destinationS3Location:ReportDefinition'
, reportDefinition_destinationS3Location
- The location in Amazon Simple Storage Service (Amazon S3) the reports
should be saved to.
reportDefinition_lastUpdatedAt :: Lens' ReportDefinition (Maybe UTCTime) Source #
Timestamp (milliseconds) when this report definition was last updated.
reportDefinition_createdAt :: Lens' ReportDefinition (Maybe UTCTime) Source #
Timestamp (milliseconds) when this report definition was created.
reportDefinition_reportId :: Lens' ReportDefinition (Maybe Text) Source #
The ID of the report.
reportDefinition_format :: Lens' ReportDefinition (Maybe Format) Source #
The format used for the generated reports.
reportDefinition_reportFrequency :: Lens' ReportDefinition (Maybe ReportFrequency) Source #
The cadence at which the report is generated.
reportDefinition_reportDescription :: Lens' ReportDefinition (Maybe Text) Source #
Description of the report
reportDefinition_destinationS3Location :: Lens' ReportDefinition (Maybe S3Location) Source #
The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.