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
constructor(activityMetrics: StorageLensActivityMetrics? = null, advancedCostOptimizationMetrics: StorageLensAdvancedCostOptimizationMetrics? = null, advancedDataProtectionMetrics: StorageLensAdvancedDataProtectionMetrics? = null, detailedStatusCodesMetrics: StorageLensDetailedStatusCodesMetrics? = null, prefixLevel: StorageLensPrefixLevel? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A property for bucket-level activity metrics for S3 Storage Lens.

Link copied to clipboard

A property for bucket-level advanced cost optimization metrics for S3 Storage Lens.

Link copied to clipboard

A property for bucket-level advanced data protection metrics for S3 Storage Lens.

Link copied to clipboard

A property for bucket-level detailed status code metrics for S3 Storage Lens.

Link copied to clipboard

A property for bucket-level prefix-level storage metrics for S3 Storage Lens.