AWS::CUR::ReportDefinitionThe definition of AWS Cost and Usage Report. You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition.
import { CfnReportDefinition } from 'aws-cdk-lib/aws-cur';Or use the module namespace:
import * as cur from 'aws-cdk-lib/aws-cur';
// cur.CfnReportDefinitionConfiguration passed to the constructor as CfnReportDefinitionProps.
compressionRequiredstringThe compression format that Amazon Web Services uses for the report.
formatRequiredstringThe format that Amazon Web Services saves the report in.
refreshClosedReportsRequiredboolean | IResolvableWhether you want AWS to update your reports after they have been finalized if AWS detects charges related to previous months. These charges can include refunds, credits, or support fees.
reportNameRequiredstringThe name of the report that you want to create. The name must be unique, is case sensitive, and can't include spaces.
reportVersioningRequiredstringWhether you want AWS to overwrite the previous version of each report or to deliver the report in addition to the previous versions.
s3BucketRequiredstring | IBucketRefThe S3 bucket where Amazon Web Services delivers the report.
s3PrefixRequiredstringThe prefix that Amazon Web Services adds to the report name when Amazon Web Services delivers the report. Your prefix can't include spaces.
s3RegionRequiredstringThe Region of the S3 bucket that Amazon Web Services delivers the report into.
timeUnitRequiredstringThe granularity of the line items in the report.
additionalArtifactsOptionalstring[]A list of manifests that you want AWS to create for this report.
additionalSchemaElementsOptionalstring[]A list of strings that indicate additional content that AWS includes in the report, such as individual resource IDs.
billingViewArnOptionalstringThe Amazon Resource Name (ARN) of the billing view. You can get this value by using the billing view service public APIs.
tagsOptionalCfnTag[]The tags to be assigned to the report definition resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-curAWS::CUR::ReportDefinition