| Package | Description |
|---|---|
| software.amazon.awscdk.services.cur |
AWS::CUR Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.additionalArtifacts(List<String> additionalArtifacts)
A list of manifests that you want AWS to create for this report.
|
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.additionalSchemaElements(List<String> additionalSchemaElements)
A list of strings that indicate additional content that AWS includes in the report, such as individual resource IDs.
|
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.billingViewArn(String billingViewArn)
The Amazon Resource Name (ARN) of the billing view.
|
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.compression(String compression)
The compression format that Amazon Web Services uses for the report.
|
static CfnReportDefinition.Builder |
CfnReportDefinition.Builder.create(software.constructs.Construct scope,
String id) |
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.format(String format)
The format that Amazon Web Services saves the report in.
|
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.refreshClosedReports(Boolean refreshClosedReports)
Whether you want AWS to update your reports after they have been finalized if AWS detects charges related to previous months.
|
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.refreshClosedReports(IResolvable refreshClosedReports)
Whether you want AWS to update your reports after they have been finalized if AWS detects charges related to previous months.
|
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.reportName(String reportName)
The name of the report that you want to create.
|
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.reportVersioning(String reportVersioning)
Whether you want AWS to overwrite the previous version of each report or to deliver the report in addition to the previous versions.
|
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.s3Bucket(String s3Bucket)
The S3 bucket where Amazon Web Services delivers the report.
|
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.s3Prefix(String s3Prefix)
The prefix that Amazon Web Services adds to the report name when Amazon Web Services delivers the report.
|
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.s3Region(String s3Region)
The Region of the S3 bucket that Amazon Web Services delivers the report into.
|
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.timeUnit(String timeUnit)
The granularity of the line items in the report.
|
Copyright © 2022. All rights reserved.