Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-cur-reportdefinition.json
Parent schema serverless-framework-configuration
Type: object

The AWS::CUR::ReportDefinition resource creates a Cost & Usage Report with user-defined settings. You can use this resource to define settings like time granularity (hourly, daily, monthly), file format (Parquet, CSV), and S3 bucket for delivery of these reports.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cur.git

Properties

ReportName string | Aws_CF_FunctionString required

The name of the report that you want to create. The name must be unique, is case sensitive, and can't include spaces.

TimeUnit string | Aws_CF_FunctionString required

The granularity of the line items in the report.

Format string | Aws_CF_FunctionString required

The format that AWS saves the report in.

Compression string | Aws_CF_FunctionString required

The compression format that AWS uses for the report.

S3Bucket string | Aws_CF_FunctionString required

The S3 bucket where AWS delivers the report.

S3Prefix string | Aws_CF_FunctionString required

The prefix that AWS adds to the report name when AWS delivers the report. Your prefix can't include spaces.

S3Region string | Aws_CF_FunctionString required

The region of the S3 bucket that AWS delivers the report into.

RefreshClosedReports boolean required

Whether you want Amazon Web Services to update your reports after they have been finalized if Amazon Web Services detects charges related to previous months. These charges can include refunds, credits, or support fees.

ReportVersioning string | Aws_CF_FunctionString required

Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in addition to the previous versions.

AdditionalSchemaElements string[]

A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs.

Default:
[]
AdditionalArtifacts string[]

A list of manifests that you want Amazon Web Services to create for this report.

Default:
[]
BillingViewArn string | Aws_CF_FunctionString

The Amazon resource name of the billing view. You can get this value by using the billing view service public APIs.