BucketStorageClassAnalysisArgs

data class BucketStorageClassAnalysisArgs(val dataExport: Output<BucketDataExportArgs>? = null) : ConvertibleToJava<BucketStorageClassAnalysisArgs>

Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.

Constructors

Link copied to clipboard
constructor(dataExport: Output<BucketDataExportArgs>? = null)

Properties

Link copied to clipboard
val dataExport: Output<BucketDataExportArgs>? = null

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

Functions

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