Interface CfnExport.IS3OutputConfigurationsProperty
The compression type, file format, and overwrite preference for the data export.
Namespace: Amazon.CDK.AWS.BCMDataExports
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnExport.IS3OutputConfigurationsProperty
Syntax (vb)
Public Interface CfnExport.IS3OutputConfigurationsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.BCMDataExports;
var s3OutputConfigurationsProperty = new S3OutputConfigurationsProperty {
Compression = "compression",
Format = "format",
OutputType = "outputType",
Overwrite = "overwrite"
};
Synopsis
Properties
| Compression | The compression type for the data export. |
| Format | The file format for the data export. |
| OutputType | The output type for the data export. |
| Overwrite | The rule to follow when generating a version of the data export file. |
Properties
Compression
The compression type for the data export.
string Compression { get; }
Property Value
Remarks
Format
The file format for the data export.
string Format { get; }
Property Value
Remarks
OutputType
The output type for the data export.
string OutputType { get; }
Property Value
Remarks
Overwrite
The rule to follow when generating a version of the data export file.
string Overwrite { get; }
Property Value
Remarks
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.