Interface CfnReportDefinitionMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnReportDefinitionMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.719Z")
@Stability(Stable)
public interface CfnReportDefinitionMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnReportDefinitionPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cur.*;
CfnReportDefinitionMixinProps cfnReportDefinitionMixinProps = CfnReportDefinitionMixinProps.builder()
.additionalArtifacts(List.of("additionalArtifacts"))
.additionalSchemaElements(List.of("additionalSchemaElements"))
.billingViewArn("billingViewArn")
.compression("compression")
.format("format")
.refreshClosedReports(false)
.reportName("reportName")
.reportVersioning("reportVersioning")
.s3Bucket("s3Bucket")
.s3Prefix("s3Prefix")
.s3Region("s3Region")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.timeUnit("timeUnit")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnReportDefinitionMixinPropsstatic final classAn implementation forCfnReportDefinitionMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()A list of manifests that you want AWS to create for this report.A list of strings that indicate additional content that AWS includes in the report, such as individual resource IDs.default StringThe Amazon Resource Name (ARN) of the billing view.default StringThe compression format that Amazon Web Services uses for the report.default StringThe format that Amazon Web Services saves the report in.default ObjectWhether you want AWS to update your reports after they have been finalized if AWS detects charges related to previous months.default StringThe name of the report that you want to create.default StringWhether you want AWS to overwrite the previous version of each report or to deliver the report in addition to the previous versions.default ObjectThe S3 bucket where Amazon Web Services delivers the report.default StringThe prefix that Amazon Web Services adds to the report name when Amazon Web Services delivers the report.default StringThe Region of the S3 bucket that Amazon Web Services delivers the report into.getTags()The tags to be assigned to the report definition resource.default StringThe granularity of the line items in the report.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAdditionalArtifacts
A list of manifests that you want AWS to create for this report.- See Also:
-
getAdditionalSchemaElements
A list of strings that indicate additional content that AWS includes in the report, such as individual resource IDs.- See Also:
-
getBillingViewArn
The Amazon Resource Name (ARN) of the billing view.You can get this value by using the billing view service public APIs.
- See Also:
-
getCompression
The compression format that Amazon Web Services uses for the report.- See Also:
-
getFormat
The format that Amazon Web Services saves the report in.- See Also:
-
getRefreshClosedReports
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.
Returns union: either
BooleanorIResolvable- See Also:
-
getReportName
The name of the report that you want to create.The name must be unique, is case sensitive, and can't include spaces.
- See Also:
-
getReportVersioning
Whether you want AWS to overwrite the previous version of each report or to deliver the report in addition to the previous versions.- See Also:
-
getS3Bucket
The S3 bucket where Amazon Web Services delivers the report.Returns union: either
StringorIBucketRef- See Also:
-
getS3Prefix
The prefix that Amazon Web Services adds to the report name when Amazon Web Services delivers the report.Your prefix can't include spaces.
- See Also:
-
getS3Region
The Region of the S3 bucket that Amazon Web Services delivers the report into.- See Also:
-
getTags
The tags to be assigned to the report definition resource.- See Also:
-
getTimeUnit
The granularity of the line items in the report.- See Also:
-
builder
-