BucketV2ObjectLockConfigurationRuleDefaultRetention

data class BucketV2ObjectLockConfigurationRuleDefaultRetention(val days: Int? = null, val mode: String, val years: Int? = null)

Constructors

constructor(days: Int? = null, mode: String, years: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int? = null

Number of days that you want to specify for the default retention period.

Link copied to clipboard

Default Object Lock retention mode you want to apply to new objects placed in this bucket. Valid values are GOVERNANCE and COMPLIANCE.

Link copied to clipboard
val years: Int? = null

Number of years that you want to specify for the default retention period.