BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration

data class BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration(val newerNoncurrentVersions: Int? = null, val noncurrentDays: Int)

Constructors

constructor(newerNoncurrentVersions: Int? = null, noncurrentDays: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer.

Link copied to clipboard

Number of days an object is noncurrent before Amazon S3 can perform the associated action. Must be a positive integer.