StorageLensGroupMatchObjectAgeArgs

data class StorageLensGroupMatchObjectAgeArgs(val daysGreaterThan: Output<Int>? = null, val daysLessThan: Output<Int>? = null) : ConvertibleToJava<StorageLensGroupMatchObjectAgeArgs>

Filter to match all of the specified values for the minimum and maximum object age.

Constructors

Link copied to clipboard
constructor(daysGreaterThan: Output<Int>? = null, daysLessThan: Output<Int>? = null)

Properties

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

Minimum object age to which the rule applies.

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

Maximum object age to which the rule applies.

Functions

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