Class CfnReportDefinitionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cur.CfnReportDefinitionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnReportDefinitionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReportDefinitionMixinProps
@Stability(Stable)
@Internal
public static final class CfnReportDefinitionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReportDefinitionMixinProps
An implementation for
CfnReportDefinitionMixinProps-
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.cfnpropertymixins.services.cur.CfnReportDefinitionMixinProps
CfnReportDefinitionMixinProps.Builder, CfnReportDefinitionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReportDefinitionMixinProps.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 ObjectThe 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.getTags()The tags to be assigned to the report definition resource.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 theCfnReportDefinitionMixinProps.Builder.
-
-
Method Details
-
getAdditionalArtifacts
Description copied from interface:CfnReportDefinitionMixinPropsA list of manifests that you want AWS to create for this report.- Specified by:
getAdditionalArtifactsin interfaceCfnReportDefinitionMixinProps- See Also:
-
getAdditionalSchemaElements
Description copied from interface:CfnReportDefinitionMixinPropsA list of strings that indicate additional content that AWS includes in the report, such as individual resource IDs.- Specified by:
getAdditionalSchemaElementsin interfaceCfnReportDefinitionMixinProps- See Also:
-
getBillingViewArn
Description copied from interface:CfnReportDefinitionMixinPropsThe Amazon Resource Name (ARN) of the billing view.You can get this value by using the billing view service public APIs.
- Specified by:
getBillingViewArnin interfaceCfnReportDefinitionMixinProps- See Also:
-
getCompression
Description copied from interface:CfnReportDefinitionMixinPropsThe compression format that Amazon Web Services uses for the report.- Specified by:
getCompressionin interfaceCfnReportDefinitionMixinProps- See Also:
-
getFormat
Description copied from interface:CfnReportDefinitionMixinPropsThe format that Amazon Web Services saves the report in.- Specified by:
getFormatin interfaceCfnReportDefinitionMixinProps- See Also:
-
getRefreshClosedReports
Description copied from interface:CfnReportDefinitionMixinPropsWhether 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- Specified by:
getRefreshClosedReportsin interfaceCfnReportDefinitionMixinProps- See Also:
-
getReportName
Description copied from interface:CfnReportDefinitionMixinPropsThe 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 interfaceCfnReportDefinitionMixinProps- See Also:
-
getReportVersioning
Description copied from interface:CfnReportDefinitionMixinPropsWhether 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 interfaceCfnReportDefinitionMixinProps- See Also:
-
getS3Bucket
Description copied from interface:CfnReportDefinitionMixinPropsThe S3 bucket where Amazon Web Services delivers the report.Returns union: either
StringorIBucketRef- Specified by:
getS3Bucketin interfaceCfnReportDefinitionMixinProps- See Also:
-
getS3Prefix
Description copied from interface:CfnReportDefinitionMixinPropsThe 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 interfaceCfnReportDefinitionMixinProps- See Also:
-
getS3Region
Description copied from interface:CfnReportDefinitionMixinPropsThe Region of the S3 bucket that Amazon Web Services delivers the report into.- Specified by:
getS3Regionin interfaceCfnReportDefinitionMixinProps- See Also:
-
getTags
Description copied from interface:CfnReportDefinitionMixinPropsThe tags to be assigned to the report definition resource.- Specified by:
getTagsin interfaceCfnReportDefinitionMixinProps- See Also:
-
getTimeUnit
Description copied from interface:CfnReportDefinitionMixinPropsThe granularity of the line items in the report.- Specified by:
getTimeUnitin interfaceCfnReportDefinitionMixinProps- See Also:
-
$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()
-