aws-cdk-lib.aws_cur.CfnReportDefinitionProps

interface CfnReportDefinitionProps

LanguageType name
.NETAmazon.CDK.AWS.CUR.CfnReportDefinitionProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscur#CfnReportDefinitionProps
Javasoftware.amazon.awscdk.services.cur.CfnReportDefinitionProps
Pythonaws_cdk.aws_cur.CfnReportDefinitionProps
TypeScript aws-cdk-lib » aws_cur » CfnReportDefinitionProps

Properties for defining a CfnReportDefinition.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cur as cur } from 'aws-cdk-lib';
const cfnReportDefinitionProps: cur.CfnReportDefinitionProps = {
  compression: 'compression',
  format: 'format',
  refreshClosedReports: false,
  reportName: 'reportName',
  reportVersioning: 'reportVersioning',
  s3Bucket: 's3Bucket',
  s3Prefix: 's3Prefix',
  s3Region: 's3Region',
  timeUnit: 'timeUnit',

  // the properties below are optional
  additionalArtifacts: ['additionalArtifacts'],
  additionalSchemaElements: ['additionalSchemaElements'],
  billingViewArn: 'billingViewArn',
};

Properties

NameTypeDescription
compressionstringThe compression format that Amazon Web Services uses for the report.
formatstringThe format that Amazon Web Services saves the report in.
refreshClosedReportsboolean | IResolvableWhether you want AWS to update your reports after they have been finalized if AWS detects charges related to previous months.
reportNamestringThe name of the report that you want to create.
reportVersioningstringWhether you want AWS to overwrite the previous version of each report or to deliver the report in addition to the previous versions.
s3BucketstringThe S3 bucket where Amazon Web Services delivers the report.
s3PrefixstringThe prefix that Amazon Web Services adds to the report name when Amazon Web Services delivers the report.
s3RegionstringThe Region of the S3 bucket that Amazon Web Services delivers the report into.
timeUnitstringThe granularity of the line items in the report.
additionalArtifacts?string[]A list of manifests that you want AWS to create for this report.
additionalSchemaElements?string[]A list of strings that indicate additional content that AWS includes in the report, such as individual resource IDs.
billingViewArn?stringThe Amazon Resource Name (ARN) of the billing view.

compression

Type: string

The compression format that Amazon Web Services uses for the report.


format

Type: string

The format that Amazon Web Services saves the report in.


refreshClosedReports

Type: boolean | IResolvable

Whether 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.


reportName

Type: string

The name of the report that you want to create.

The name must be unique, is case sensitive, and can't include spaces.


reportVersioning

Type: string

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


s3Bucket

Type: string

The S3 bucket where Amazon Web Services delivers the report.


s3Prefix

Type: string

The prefix that Amazon Web Services adds to the report name when Amazon Web Services delivers the report.

Your prefix can't include spaces.


s3Region

Type: string

The Region of the S3 bucket that Amazon Web Services delivers the report into.


timeUnit

Type: string

The granularity of the line items in the report.


additionalArtifacts?

Type: string[] (optional)

A list of manifests that you want AWS to create for this report.


additionalSchemaElements?

Type: string[] (optional)

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


billingViewArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the billing view.

You can get this value by using the billing view service public APIs.