Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3outputconfigurations.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3outputconfigurations.html#cfn-bcmdataexports-export-s3outputconfigurations-compression

Format

The file format for the data export.

string Format { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3outputconfigurations.html#cfn-bcmdataexports-export-s3outputconfigurations-format

OutputType

The output type for the data export.

string OutputType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3outputconfigurations.html#cfn-bcmdataexports-export-s3outputconfigurations-outputtype

Overwrite

The rule to follow when generating a version of the data export file.

string Overwrite { get; }
Property Value

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-s3outputconfigurations.html#cfn-bcmdataexports-export-s3outputconfigurations-overwrite

Back to top Generated by DocFX