Date After Modification Args
data class DateAfterModificationArgs(val daysAfterCreationGreaterThan: Output<Double>? = null, val daysAfterLastAccessTimeGreaterThan: Output<Double>? = null, val daysAfterLastTierChangeGreaterThan: Output<Double>? = null, val daysAfterModificationGreaterThan: Output<Double>? = null) : ConvertibleToJava<DateAfterModificationArgs>
Object to define the base blob action conditions. Properties daysAfterModificationGreaterThan, daysAfterLastAccessTimeGreaterThan and daysAfterCreationGreaterThan are mutually exclusive. The daysAfterLastTierChangeGreaterThan property is only applicable for tierToArchive actions which requires daysAfterModificationGreaterThan to be set, also it cannot be used in conjunction with daysAfterLastAccessTimeGreaterThan or daysAfterCreationGreaterThan.
Constructors
Link copied to clipboard
fun DateAfterModificationArgs(daysAfterCreationGreaterThan: Output<Double>? = null, daysAfterLastAccessTimeGreaterThan: Output<Double>? = null, daysAfterLastTierChangeGreaterThan: Output<Double>? = null, daysAfterModificationGreaterThan: Output<Double>? = null)