libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
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.AlexaBusiness.Types.BusinessReportSchedule

Description

 
Synopsis

Documentation

data BusinessReportSchedule Source #

The schedule of the usage report.

See: newBusinessReportSchedule smart constructor.

Constructors

BusinessReportSchedule' 

Fields

Instances

Instances details
Eq BusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportSchedule

Read BusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportSchedule

Show BusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportSchedule

Generic BusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportSchedule

Associated Types

type Rep BusinessReportSchedule :: Type -> Type #

NFData BusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportSchedule

Methods

rnf :: BusinessReportSchedule -> () #

Hashable BusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportSchedule

FromJSON BusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportSchedule

type Rep BusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportSchedule

newBusinessReportSchedule :: BusinessReportSchedule Source #

Create a value of BusinessReportSchedule 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:s3KeyPrefix:BusinessReportSchedule', businessReportSchedule_s3KeyPrefix - The S3 key where the report is delivered.

$sel:lastBusinessReport:BusinessReportSchedule', businessReportSchedule_lastBusinessReport - The details of the last business report delivery for a specified time interval.

$sel:format:BusinessReportSchedule', businessReportSchedule_format - The format of the generated report (individual CSV files or zipped files of individual files).

$sel:recurrence:BusinessReportSchedule', businessReportSchedule_recurrence - The recurrence of the reports.

$sel:scheduleName:BusinessReportSchedule', businessReportSchedule_scheduleName - The name identifier of the schedule.

$sel:scheduleArn:BusinessReportSchedule', businessReportSchedule_scheduleArn - The ARN of the business report schedule.

$sel:contentRange:BusinessReportSchedule', businessReportSchedule_contentRange - The content range of the reports.

$sel:s3BucketName:BusinessReportSchedule', businessReportSchedule_s3BucketName - The S3 bucket name of the output reports.

businessReportSchedule_s3KeyPrefix :: Lens' BusinessReportSchedule (Maybe Text) Source #

The S3 key where the report is delivered.

businessReportSchedule_lastBusinessReport :: Lens' BusinessReportSchedule (Maybe BusinessReport) Source #

The details of the last business report delivery for a specified time interval.

businessReportSchedule_format :: Lens' BusinessReportSchedule (Maybe BusinessReportFormat) Source #

The format of the generated report (individual CSV files or zipped files of individual files).

businessReportSchedule_s3BucketName :: Lens' BusinessReportSchedule (Maybe Text) Source #

The S3 bucket name of the output reports.