StorageLensSelectionCriteriaArgs

data class StorageLensSelectionCriteriaArgs(val delimiter: Output<String>? = null, val maxDepth: Output<Int>? = null, val minStorageBytesPercentage: Output<Double>? = null) : ConvertibleToJava<StorageLensSelectionCriteriaArgs>

Selection criteria for prefix-level metrics.

Constructors

Link copied to clipboard
constructor(delimiter: Output<String>? = null, maxDepth: Output<Int>? = null, minStorageBytesPercentage: Output<Double>? = null)

Properties

Link copied to clipboard
val delimiter: Output<String>? = null

Delimiter to divide S3 key into hierarchy of prefixes.

Link copied to clipboard
val maxDepth: Output<Int>? = null

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

Link copied to clipboard
val minStorageBytesPercentage: Output<Double>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): StorageLensSelectionCriteriaArgs