BucketLifecycleConfigurationRuleExpiration

data class BucketLifecycleConfigurationRuleExpiration(val date: String? = null, val days: Int? = null, val expiredObjectDeleteMarker: Boolean? = null)

Constructors

constructor(date: String? = null, days: Int? = null, expiredObjectDeleteMarker: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val date: String? = null

Date the object is to be deleted. Should be in YYYY-MM-DD date format, e.g., 2020-09-30.

Link copied to clipboard
val days: Int? = null

Number of days before the object is to be deleted.

Link copied to clipboard

Enable to remove a delete marker with no noncurrent versions. Cannot be specified with date or days.