StorageClassAnalysisArgs

data class StorageClassAnalysisArgs(val dataExport: Output<DataExportArgs>? = null) : ConvertibleToJava<StorageClassAnalysisArgs>

Definition of StorageClassAnalysis

Constructors

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

Properties

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

Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported. 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(): StorageClassAnalysisArgs