Class CfnReportDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cur.CfnReportDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnReportDefinitionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnReportDefinitionProps
@Stability(Stable)
@Internal
public static final class CfnReportDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReportDefinitionProps
An implementation for
CfnReportDefinitionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cur.CfnReportDefinitionProps
CfnReportDefinitionProps.Builder, CfnReportDefinitionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReportDefinitionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanA 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.final StringThe Amazon Resource Name (ARN) of the billing view.final StringThe compression format that Amazon Web Services uses for the report.final StringThe format that Amazon Web Services saves the report in.final ObjectWhether you want AWS to update your reports after they have been finalized if AWS detects charges related to previous months.final StringThe name of the report that you want to create.final StringWhether you want AWS to overwrite the previous version of each report or to deliver the report in addition to the previous versions.final StringThe S3 bucket where Amazon Web Services delivers the report.final StringThe prefix that Amazon Web Services adds to the report name when Amazon Web Services delivers the report.final StringThe Region of the S3 bucket that Amazon Web Services delivers the report into.final StringThe granularity of the line items in the report.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnReportDefinitionProps.Builder.
-
-
Method Details
-
getCompression
Description copied from interface:CfnReportDefinitionPropsThe compression format that Amazon Web Services uses for the report.- Specified by:
getCompressionin interfaceCfnReportDefinitionProps
-
getFormat
Description copied from interface:CfnReportDefinitionPropsThe format that Amazon Web Services saves the report in.- Specified by:
getFormatin interfaceCfnReportDefinitionProps
-
getRefreshClosedReports
Description copied from interface:CfnReportDefinitionPropsWhether 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.
- Specified by:
getRefreshClosedReportsin interfaceCfnReportDefinitionProps
-
getReportName
Description copied from interface:CfnReportDefinitionPropsThe name of the report that you want to create.The name must be unique, is case sensitive, and can't include spaces.
- Specified by:
getReportNamein interfaceCfnReportDefinitionProps
-
getReportVersioning
Description copied from interface:CfnReportDefinitionPropsWhether you want AWS to overwrite the previous version of each report or to deliver the report in addition to the previous versions.- Specified by:
getReportVersioningin interfaceCfnReportDefinitionProps
-
getS3Bucket
Description copied from interface:CfnReportDefinitionPropsThe S3 bucket where Amazon Web Services delivers the report.- Specified by:
getS3Bucketin interfaceCfnReportDefinitionProps
-
getS3Prefix
Description copied from interface:CfnReportDefinitionPropsThe prefix that Amazon Web Services adds to the report name when Amazon Web Services delivers the report.Your prefix can't include spaces.
- Specified by:
getS3Prefixin interfaceCfnReportDefinitionProps
-
getS3Region
Description copied from interface:CfnReportDefinitionPropsThe Region of the S3 bucket that Amazon Web Services delivers the report into.- Specified by:
getS3Regionin interfaceCfnReportDefinitionProps
-
getTimeUnit
Description copied from interface:CfnReportDefinitionPropsThe granularity of the line items in the report.- Specified by:
getTimeUnitin interfaceCfnReportDefinitionProps
-
getAdditionalArtifacts
Description copied from interface:CfnReportDefinitionPropsA list of manifests that you want AWS to create for this report.- Specified by:
getAdditionalArtifactsin interfaceCfnReportDefinitionProps
-
getAdditionalSchemaElements
Description copied from interface:CfnReportDefinitionPropsA list of strings that indicate additional content that AWS includes in the report, such as individual resource IDs.- Specified by:
getAdditionalSchemaElementsin interfaceCfnReportDefinitionProps
-
getBillingViewArn
Description copied from interface:CfnReportDefinitionPropsThe Amazon Resource Name (ARN) of the billing view.You can get this value by using the billing view service public APIs.
- Specified by:
getBillingViewArnin interfaceCfnReportDefinitionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-