Interface CfnExport.S3OutputConfigurationsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnExport.S3OutputConfigurationsProperty.Jsii$Proxy
- Enclosing class:
CfnExport
@Stability(Stable)
public static interface CfnExport.S3OutputConfigurationsProperty
extends software.amazon.jsii.JsiiSerializable
The compression type, file format, and overwrite preference for the data export.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.bcmdataexports.*; S3OutputConfigurationsProperty s3OutputConfigurationsProperty = S3OutputConfigurationsProperty.builder() .compression("compression") .format("format") .outputType("outputType") .overwrite("overwrite") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnExport.S3OutputConfigurationsProperty
static final class
An implementation forCfnExport.S3OutputConfigurationsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The compression type for the data export.The file format for the data export.The output type for the data export.The rule to follow when generating a version of the data export file.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCompression
The compression type for the data export.- See Also:
-
getFormat
The file format for the data export.- See Also:
-
getOutputType
The output type for the data export.- See Also:
-
getOverwrite
The 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.
- See Also:
-
builder
-