BucketV2ObjectLockConfigurationArgs

data class BucketV2ObjectLockConfigurationArgs(val objectLockEnabled: Output<String>? = null, val rules: Output<List<BucketV2ObjectLockConfigurationRuleArgs>>? = null) : ConvertibleToJava<BucketV2ObjectLockConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val objectLockEnabled: Output<String>? = null

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).

Functions

Link copied to clipboard
open override fun toJava(): BucketV2ObjectLockConfigurationArgs