BucketV2ObjectLockConfiguration

data class BucketV2ObjectLockConfiguration(val objectLockEnabled: String? = null, val rules: List<BucketV2ObjectLockConfigurationRule>? = null)

Constructors

Link copied to clipboard
constructor(objectLockEnabled: String? = null, rules: List<BucketV2ObjectLockConfigurationRule>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether this bucket has an Object Lock configuration enabled. Valid values are true or false. This argument is not supported in all regions or partitions.

Link copied to clipboard

Object Lock rule in place for this bucket (documented below).