---
type: resource-type
title: ReportDefinition
description: aws resource type AWS::CUR::ReportDefinition
name: ReportDefinition
lexicon: aws
resource_type: AWS::CUR::ReportDefinition
---
`AWS::CUR::ReportDefinition`, a resource type of the aws lexicon.

## Properties

- `Compression` (`"GZIP" | "Parquet" | "ZIP"`, required): The compression format that AWS uses for the report.
- `Format` (`"Parquet" | "textORcsv"`, required): The format that AWS saves the report in.
- `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.
- `ReportName` (`string`, required): The name of the report that you want to create. The name must be unique, is case sensitive, and can't include spaces.
- `ReportVersioning` (`"CREATE_NEW_REPORT" | "OVERWRITE_REPORT"`, 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.
- `S3Bucket` (`string`, required): The S3 bucket where AWS delivers the report.
- `S3Prefix` (`string`, required): The prefix that AWS adds to the report name when AWS delivers the report. Your prefix can't include spaces.
- `S3Region` (`string`, required): The region of the S3 bucket that AWS delivers the report into.
- `TimeUnit` (`"DAILY" | "HOURLY" | "MONTHLY"`, required): The granularity of the line items in the report.
- `AdditionalArtifacts` (`"ATHENA" | "QUICKSIGHT" | "REDSHIFT"[]`, optional): A list of manifests that you want Amazon Web Services to create for this report.
- `AdditionalSchemaElements` (`"MANUAL_DISCOUNT_COMPATIBILITY" | "RESOURCES" | "SPLIT_COST_ALLOCATION_DATA"[]`, optional): A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs.
- `BillingViewArn` (`string`, optional): The Amazon resource name of the billing view. You can get this value by using the billing view service public APIs.
- `Tags` (`ReportDefinition_Tag[]`, optional)
