Class CfnExport.S3OutputConfigurationsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bcmdataexports.CfnExport.S3OutputConfigurationsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExport.S3OutputConfigurationsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExport.S3OutputConfigurationsProperty
@Stability(Stable)
@Internal
public static final class CfnExport.S3OutputConfigurationsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExport.S3OutputConfigurationsProperty
An implementation for
CfnExport.S3OutputConfigurationsProperty-
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.bcmdataexports.CfnExport.S3OutputConfigurationsProperty
CfnExport.S3OutputConfigurationsProperty.Builder, CfnExport.S3OutputConfigurationsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExport.S3OutputConfigurationsProperty.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 booleanfinal StringThe compression type for the data export.final StringThe file format for the data export.final StringThe output type for the data export.final StringThe rule to follow when generating a version of the data export file.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 theCfnExport.S3OutputConfigurationsProperty.Builder.
-
-
Method Details
-
getCompression
Description copied from interface:CfnExport.S3OutputConfigurationsPropertyThe compression type for the data export.- Specified by:
getCompressionin interfaceCfnExport.S3OutputConfigurationsProperty- See Also:
-
getFormat
Description copied from interface:CfnExport.S3OutputConfigurationsPropertyThe file format for the data export.- Specified by:
getFormatin interfaceCfnExport.S3OutputConfigurationsProperty- See Also:
-
getOutputType
Description copied from interface:CfnExport.S3OutputConfigurationsPropertyThe output type for the data export.- Specified by:
getOutputTypein interfaceCfnExport.S3OutputConfigurationsProperty- See Also:
-
getOverwrite
Description copied from interface:CfnExport.S3OutputConfigurationsPropertyThe rule to follow when generating a version of the data export file.You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
- Specified by:
getOverwritein interfaceCfnExport.S3OutputConfigurationsProperty- 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()
-