BucketDataExport

data class BucketDataExport(val destination: BucketDestination, val outputSchemaVersion: String)

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

Constructors

Link copied to clipboard
constructor(destination: BucketDestination, outputSchemaVersion: String)

Types

Link copied to clipboard
object Companion

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`.