BucketDataExportArgs

data class BucketDataExportArgs(val destination: Output<BucketDestinationArgs>, val outputSchemaVersion: Output<String>) : ConvertibleToJava<BucketDataExportArgs>

Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.

Constructors

Link copied to clipboard
constructor(destination: Output<BucketDestinationArgs>, outputSchemaVersion: Output<String>)

Properties

Link copied to clipboard

The place to store the data for an analysis.

Link copied to clipboard

The version of the output schema to use when exporting data. Must be `V_1`.

Functions

Link copied to clipboard
open override fun toJava(): BucketDataExportArgs