StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetricsSelectionCriteria

data class StorageLensConfigurationStorageLensConfigurationAccountLevelBucketLevelPrefixLevelStorageMetricsSelectionCriteria(val delimiter: String? = null, val maxDepth: Int? = null, val minStorageBytesPercentage: Double? = null)

Constructors

constructor(delimiter: String? = null, maxDepth: Int? = null, minStorageBytesPercentage: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delimiter: String? = null

The delimiter of the selection criteria being used.

Link copied to clipboard
val maxDepth: Int? = null

The max depth of the selection criteria.

Link copied to clipboard

The minimum number of storage bytes percentage whose metrics will be selected.