libZSservicesZSamazonka-applicationcostprofilerZSamazonka-applicationcostprofiler
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ApplicationCostProfiler.Types.ReportDefinition

Description

 
Synopsis

Documentation

data ReportDefinition Source #

The configuration of a report in AWS Application Cost Profiler.

See: newReportDefinition smart constructor.

Constructors

ReportDefinition' 

Fields

Instances

Instances details
Eq ReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.ReportDefinition

Read ReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.ReportDefinition

Show ReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.ReportDefinition

Generic ReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.ReportDefinition

Associated Types

type Rep ReportDefinition :: Type -> Type #

NFData ReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.ReportDefinition

Methods

rnf :: ReportDefinition -> () #

Hashable ReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.ReportDefinition

FromJSON ReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.ReportDefinition

type Rep ReportDefinition Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.ReportDefinition

type Rep ReportDefinition = D1 ('MetaData "ReportDefinition" "Amazonka.ApplicationCostProfiler.Types.ReportDefinition" "libZSservicesZSamazonka-applicationcostprofilerZSamazonka-applicationcostprofiler" 'False) (C1 ('MetaCons "ReportDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "reportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Format)) :*: S1 ('MetaSel ('Just "reportFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportFrequency))) :*: (S1 ('MetaSel ('Just "reportDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationS3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location))))))

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_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_destinationS3Location :: Lens' ReportDefinition (Maybe S3Location) Source #

The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.