StorageLensBucketLevel

data class StorageLensBucketLevel(val activityMetrics: StorageLensActivityMetrics? = null, val advancedCostOptimizationMetrics: StorageLensAdvancedCostOptimizationMetrics? = null, val advancedDataProtectionMetrics: StorageLensAdvancedDataProtectionMetrics? = null, val detailedStatusCodesMetrics: StorageLensDetailedStatusCodesMetrics? = null, val prefixLevel: StorageLensPrefixLevel? = null)

Bucket-level metrics configurations.

Constructors

Link copied to clipboard
fun StorageLensBucketLevel(activityMetrics: StorageLensActivityMetrics? = null, advancedCostOptimizationMetrics: StorageLensAdvancedCostOptimizationMetrics? = null, advancedDataProtectionMetrics: StorageLensAdvancedDataProtectionMetrics? = null, detailedStatusCodesMetrics: StorageLensDetailedStatusCodesMetrics? = null, prefixLevel: StorageLensPrefixLevel? = null)

Types

Link copied to clipboard
object Companion

Properties