StorageLensSelectionCriteria

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

Selection criteria for prefix-level metrics.

Constructors

Link copied to clipboard
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

Delimiter to divide S3 key into hierarchy of prefixes.

Link copied to clipboard
val maxDepth: Int? = null

Max depth of prefixes of S3 key that Amazon S3 Storage Lens will analyze.

Link copied to clipboard

The minimum storage bytes threshold for the prefixes to be included in the analysis.