interface CfnReportDefinitionProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CUR.CfnReportDefinitionProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscur#CfnReportDefinitionProps |
![]() | software.amazon.awscdk.services.cur.CfnReportDefinitionProps |
![]() | aws_cdk.aws_cur.CfnReportDefinitionProps |
![]() | aws-cdk-lib » aws_cur » CfnReportDefinitionProps |
Properties for defining a CfnReportDefinition
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cur-reportdefinition.html
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
Name | Type | Description |
---|---|---|
compression | string | The compression format that Amazon Web Services uses for the report. |
format | string | The format that Amazon Web Services saves the report in. |
refresh | boolean | IResolvable | Whether you want AWS to update your reports after they have been finalized if AWS detects charges related to previous months. |
report | string | The name of the report that you want to create. |
report | string | Whether you want AWS to overwrite the previous version of each report or to deliver the report in addition to the previous versions. |
s3 | string | The S3 bucket where Amazon Web Services delivers the report. |
s3 | string | The prefix that Amazon Web Services adds to the report name when Amazon Web Services delivers the report. |
s3 | string | The Region of the S3 bucket that Amazon Web Services delivers the report into. |
time | string | The granularity of the line items in the report. |
additional | string[] | A list of manifests that you want AWS to create for this report. |
additional | string[] | A list of strings that indicate additional content that AWS includes in the report, such as individual resource IDs. |
billing | string | The 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.