objectLockConfiguration

@JvmName(name = "nqexkqhsvgjajdbm")
suspend fun objectLockConfiguration(value: Output<BucketObjectLockConfigurationArgs>)
@JvmName(name = "etdwgnbtcgiuynll")
suspend fun objectLockConfiguration(value: BucketObjectLockConfigurationArgs?)

Parameters

value

This operation is not supported for directory buckets. Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see Locking Objects. + The `DefaultRetention` settings require both a mode and a period.

  • The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.

  • You can enable Object Lock for new or existing buckets. For more information, see Configuring Object Lock.


@JvmName(name = "qfsufyiwcdblabfp")
suspend fun objectLockConfiguration(argument: suspend BucketObjectLockConfigurationArgsBuilder.() -> Unit)

Parameters

argument

This operation is not supported for directory buckets. Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see Locking Objects. + The `DefaultRetention` settings require both a mode and a period.

  • The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.

  • You can enable Object Lock for new or existing buckets. For more information, see Configuring Object Lock.